move C. Toolbar to Configuration menu
authorOliver Haertel <o.h.a@gmx.net>
Thu, 8 Aug 2002 06:23:12 +0000 (06:23 +0000)
committerOliver Haertel <o.h.a@gmx.net>
Thu, 8 Aug 2002 06:23:12 +0000 (06:23 +0000)
ChangeLog.claws
configure.in
src/mainwindow.c

index e534592aa02cd9eeb19edcc0fe269b7f00dad4b0..22ed5485e97f841a75dcf729b380255e2655ef32 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-08 [oliver]    0.8.1claws38
+
+       * src/mainwindow.c
+               move Custom Toolbar to Configuration menu
+
 2002-08-08 [oliver]    0.8.1claws37
 
        * src/prefs_toolbar.c
index 1e029aa33d6376cbcd13055ae8ce3d46a4073801..eacb1fbacca5cd30689d0411be1f967fbc192ca1 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=8
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws37
+EXTRA_VERSION=claws38
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index f9d09a27d445fadafc7d41568025ace1a900718a..043c35f82f4c77e1186a840ecff60c6ede2b32e2 100644 (file)
@@ -622,7 +622,6 @@ static GtkItemFactoryEntry mainwin_entries[] =
 
        {N_("/_Tools"),                         NULL, NULL, 0, "<Branch>"},
        {N_("/_Tools/_Selective download..."),  "<alt>S", sel_download_cb, 0, NULL},
-       {N_("/_Tools/_Customize Toolbar"),               "<alt>C", prefs_toolbar_cb, 0, NULL},
        {N_("/_Tools/---"),                     NULL, NULL, 0, "<Separator>"},
        {N_("/_Tools/_Address book..."),        "<shift><control>A", addressbook_open_cb, 0, NULL},
        {N_("/_Tools/Add sender to address boo_k"),
@@ -656,6 +655,7 @@ static GtkItemFactoryEntry mainwin_entries[] =
        {N_("/_Configuration"),                 NULL, NULL, 0, "<Branch>"},
        {N_("/_Configuration/_Common preferences..."),
                                                NULL, prefs_common_open_cb, 0, NULL},
+       {N_("/_Configuration/C_ustom Toolbar"), NULL, prefs_toolbar_cb, 0, NULL},
        {N_("/_Configuration/_Filter setting..."),
                                                NULL, prefs_filter_open_cb, 0, NULL},
        {N_("/_Configuration/_Scoring..."),