diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-08-05 14:38:47 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-08-05 14:38:47 +0800 |
commit | a00b972e5a9e3e7131fbf38538d42ecfeca8740c (patch) | |
tree | 5064d92515442e1efe5fcb7e28c7891e09c588eb /calendar/gui/cal-search-bar.h | |
parent | 9f6f6f39aabb789354cf437cf9d8e2f1f470efe3 (diff) | |
download | gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.gz gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.zst gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.zip |
Committed Johnny's string changes for search
svn path=/trunk/; revision=32474
Diffstat (limited to 'calendar/gui/cal-search-bar.h')
-rw-r--r-- | calendar/gui/cal-search-bar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/cal-search-bar.h b/calendar/gui/cal-search-bar.h index 9a5f347841..dfb235a378 100644 --- a/calendar/gui/cal-search-bar.h +++ b/calendar/gui/cal-search-bar.h @@ -47,9 +47,9 @@ enum { }; #define CAL_SEARCH_ALL (0xff) -#define CAL_SEARCH_CALENDAR_DEFAULT (0x37) -#define CAL_SEARCH_TASKS_DEFAULT (0x27) -#define CAL_SEARCH_MEMOS_DEFAULT (0x25) +#define CAL_SEARCH_CALENDAR_DEFAULT (0x33) +#define CAL_SEARCH_TASKS_DEFAULT (0x23) +#define CAL_SEARCH_MEMOS_DEFAULT (0x23) typedef struct { ESearchBar search_bar; |