From 546fa5756db8381a3609c049dd17cac4ba80f537 Mon Sep 17 00:00:00 2001 From: Christoph Hohmann Date: Sat, 18 Jan 2003 14:16:08 +0000 Subject: [PATCH] 0.8.8claws113 * src/mainwindow.c reorder Configuration menu --- ChangeLog.claws | 5 +++++ configure.ac | 2 +- src/mainwindow.c | 21 ++++++++++----------- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 31bd7efe0..0233276e4 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2003-01-18 [christoph] 0.8.8claws113 + + * src/mainwindow.c + reorder Configuration menu + 2003-01-18 [christoph] 0.8.8claws112 * src/compose.c diff --git a/configure.ac b/configure.ac index 0ca2db35f..2a58e0d65 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=8 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws112 +EXTRA_VERSION=claws113 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/mainwindow.c b/src/mainwindow.c index 50a6c68ed..d8abef66a 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -669,6 +669,15 @@ static GtkItemFactoryEntry mainwin_entries[] = {N_("/_Tools/_Log window"), "L", log_window_show_cb, 0, NULL}, {N_("/_Configuration"), NULL, NULL, 0, ""}, + {N_("/_Configuration/C_hange current account"), + NULL, NULL, 0, ""}, + {N_("/_Configuration/_Preferences for current account..."), + NULL, prefs_account_open_cb, 0, NULL}, + {N_("/_Configuration/Create _new account..."), + NULL, new_account_cb, 0, NULL}, + {N_("/_Configuration/_Edit accounts..."), + NULL, account_edit_open, 0, NULL}, + {N_("/_Configuration/---"), NULL, NULL, 0, ""}, {N_("/_Configuration/_Common preferences..."), NULL, prefs_common_open_cb, 0, NULL}, {N_("/_Configuration/_Scoring..."), @@ -677,17 +686,7 @@ static GtkItemFactoryEntry mainwin_entries[] = NULL, prefs_filtering_open_cb, 0, NULL}, {N_("/_Configuration/_Templates..."), NULL, prefs_template_open_cb, 0, NULL}, {N_("/_Configuration/_Actions..."), NULL, prefs_actions_open_cb, 0, NULL}, - {N_("/_Configuration/---"), NULL, NULL, 0, ""}, - {N_("/_Configuration/_Preferences for current account..."), - NULL, prefs_account_open_cb, 0, NULL}, - {N_("/_Configuration/Create _new account..."), - NULL, new_account_cb, 0, NULL}, - {N_("/_Configuration/_Edit accounts..."), - NULL, account_edit_open, 0, NULL}, - {N_("/_Configuration/C_hange current account"), - NULL, NULL, 0, ""}, - {N_("/_Configuration/---"), NULL, NULL, 0, ""}, - {N_("/_Configuration/Preferences..."), NULL, prefs_open_cb, 0, NULL}, + {N_("/_Configuration/_Other Preferences..."), NULL, prefs_open_cb, 0, NULL}, {N_("/_Configuration/Plugins..."), NULL, plugins_open_cb, 0, NULL}, {N_("/_Help"), NULL, NULL, 0, ""}, -- 2.25.1