aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/cal-search-bar.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-08-05 14:38:47 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-08-05 14:38:47 +0800
commita00b972e5a9e3e7131fbf38538d42ecfeca8740c (patch)
tree5064d92515442e1efe5fcb7e28c7891e09c588eb /calendar/gui/cal-search-bar.h
parent9f6f6f39aabb789354cf437cf9d8e2f1f470efe3 (diff)
downloadgsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar
gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.gz
gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.bz2
gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.lz
gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.xz
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.h6
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;