0.8.8claws113
authorChristoph Hohmann <reboot@gmx.ch>
Sat, 18 Jan 2003 14:16:08 +0000 (14:16 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Sat, 18 Jan 2003 14:16:08 +0000 (14:16 +0000)
* src/mainwindow.c
        reorder Configuration menu

ChangeLog.claws
configure.ac
src/mainwindow.c

index 31bd7efe05ab88c96ca7d75e54278c405b5a2da4..0233276e4ba798721fb656f52c408d4a74759c31 100644 (file)
@@ -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
index 0ca2db35ffa6f5f4b95ae338596b06e4b856a923..2a58e0d65e7823de627dd6d8094e9b9308e8c502 100644 (file)
@@ -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
index 50a6c68edbdc565e91f9bd7ddf9db5f5f5c11ce9..d8abef66aaa5b37be0ab6394b205e4566a2e4166 100644 (file)
@@ -669,6 +669,15 @@ static GtkItemFactoryEntry mainwin_entries[] =
        {N_("/_Tools/_Log window"),             "<shift><control>L", log_window_show_cb, 0, NULL},
 
        {N_("/_Configuration"),                 NULL, NULL, 0, "<Branch>"},
+       {N_("/_Configuration/C_hange current account"),
+                                               NULL, NULL, 0, "<Branch>"},
+       {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, "<Separator>"},
        {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, "<Separator>"},
-       {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, "<Branch>"},
-       {N_("/_Configuration/---"),             NULL, NULL, 0, "<Separator>"},
-       {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, "<Branch>"},