[gtranslator] Fix key names.



commit 1bd415ecdedf8678fa31454fe5cc1648c87cadef
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Sep 8 01:10:34 2010 +0200

    Fix key names.

 plugins/open-tran/gtr-open-tran-panel.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/open-tran/gtr-open-tran-panel.h b/plugins/open-tran/gtr-open-tran-panel.h
index 1d62991..efb4435 100644
--- a/plugins/open-tran/gtr-open-tran-panel.h
+++ b/plugins/open-tran/gtr-open-tran-panel.h
@@ -37,8 +37,8 @@ G_BEGIN_DECLS
 #define GTR_OPEN_TRAN_PANEL_GET_CLASS(o)	(G_TYPE_INSTANCE_GET_CLASS ((o), GTR_TYPE_OPEN_TRAN_PANEL, GtrOpenTranPanelClass))
 
 /* GSettings keys */
-#define GTR_SETTINGS_SEARCH_CODE "search_code"
-#define GTR_SETTINGS_OWN_CODE "own_code"
+#define GTR_SETTINGS_SEARCH_CODE "search-code"
+#define GTR_SETTINGS_OWN_CODE "own-code"
 
 /* Private structure type */
 typedef struct _GtrOpenTranPanelPrivate GtrOpenTranPanelPrivate;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]