24094896b0
if this file is to be found in the "settings" folder... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27374 a95241bf-73f2-0310-859d-f6bbb57e9c96
20 lines
472 B
C
20 lines
472 B
C
/*
|
|
* Copyright (C) 2008 Stephan Aßmus <superstippi@gmx.de>
|
|
* All rights reserved. Distributed under the terms of the MIT license.
|
|
*/
|
|
#ifndef GLOBAL_DEFS_H
|
|
#define GLOBAL_DEFS_H
|
|
|
|
|
|
#define APP_SIGNATURE "application/x-vnd.mahlzeit.trackergrep"
|
|
#define APP_NAME "TextSearch"
|
|
|
|
#define PREFS_FILE "TextSearch"
|
|
#define HISTORY_LIMIT 20
|
|
|
|
#define TRACKER_SIGNATURE "application/x-vnd.Be-TRAK"
|
|
#define PE_SIGNATURE "application/x-vnd.beunited.pe"
|
|
|
|
|
|
#endif // GLOBAL_DEFS_H
|