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