xref: /haiku/src/apps/text_search/GlobalDefs.h (revision 922e7ba1f3228e6f28db69b0ded8f86eb32dea17)
1 /*
2  * Copyright (C) 2008 Stephan Aßmus <superstippi@gmx.de>
3  * All rights reserved. Distributed under the terms of the MIT license.
4  */
5 #ifndef GLOBAL_DEFS_H
6 #define GLOBAL_DEFS_H
7 
8 
9 #define APP_SIGNATURE "application/x-vnd.Haiku.TextSearch"
10 #define APP_NAME "TextSearch"
11 
12 #define PREFS_FILE			"TextSearch"
13 #define HISTORY_LIMIT		20
14 
15 #define TRACKER_SIGNATURE	"application/x-vnd.Be-TRAK"
16 #define PE_SIGNATURE		"application/x-vnd.beunited.pe"
17 
18 
19 #endif // GLOBAL_DEFS_H
20