diff options
Diffstat (limited to 'embed/find-dialog.c')
-rwxr-xr-x | embed/find-dialog.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/find-dialog.c b/embed/find-dialog.c index a81de1618..9cb2f8138 100755 --- a/embed/find-dialog.c +++ b/embed/find-dialog.c @@ -23,9 +23,9 @@ #include "ephy-embed.h" #include <gtk/gtk.h> -#define CONF_FIND_MATCH_CASE "/apps/epiphany/find/match_case" -#define CONF_FIND_AUTOWRAP "/apps/epiphany/find/autowrap" -#define CONF_FIND_WORD "/apps/epiphany/find/word" +#define CONF_FIND_MATCH_CASE "/apps/epiphany/dialogs/find_match_case" +#define CONF_FIND_AUTOWRAP "/apps/epiphany/dialogs/find_autowrap" +#define CONF_FIND_WORD "/apps/epiphany/dialogs/find_word" static void find_dialog_class_init (FindDialogClass *klass); static void find_dialog_init (FindDialog *dialog); |