From 24094896b0a2bc23dfb82640c39032046e9756b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 8 Sep 2008 11:24:24 +0000 Subject: [PATCH] Change prefs file name to just "TextSearch". No reason to append "Settings" 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 --- src/apps/text_search/GlobalDefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/text_search/GlobalDefs.h b/src/apps/text_search/GlobalDefs.h index 494b553a63..b31c34db42 100644 --- a/src/apps/text_search/GlobalDefs.h +++ b/src/apps/text_search/GlobalDefs.h @@ -9,7 +9,7 @@ #define APP_SIGNATURE "application/x-vnd.mahlzeit.trackergrep" #define APP_NAME "TextSearch" -#define PREFS_FILE "TextSearchSettings" +#define PREFS_FILE "TextSearch" #define HISTORY_LIMIT 20 #define TRACKER_SIGNATURE "application/x-vnd.Be-TRAK"