xref: /haiku/src/apps/text_search/GlobalDefs.h (revision bb83316a5811a550c4f850d07fa8e328e7ac0a94)
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 
11 #define PREFS_FILE			"TextSearch"
12 #define HISTORY_LIMIT		20
13 
14 #define TRACKER_SIGNATURE	"application/x-vnd.Be-TRAK"
15 
16 
17 #endif // GLOBAL_DEFS_H
18