xref: /haiku/src/apps/text_search/GlobalDefs.h (revision 495060760727dd782c9f8a90db71e5d727f19748)
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 
17 
18 #endif // GLOBAL_DEFS_H
19