aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-24 02:17:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-24 02:17:21 +0000
commit1b492beebf4b70ebd759f32d9c19adb309d31985 (patch)
tree44c0639b119e95b1db04498ae539cbc286f3e93c
parent86f66168f1be57fa65ee9df84d0e18dfe2fcf1c9 (diff)
fixed menu strings in keybind changer.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1056 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.ja5
-rw-r--r--src/prefs_common_dialog.c10
3 files changed, 15 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 743eb6dc..87d87b9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-24
+
+ * src/prefs_common_dialog.c: prefs_keybind_apply_clicked(): fixed
+ "/View/Show all headers" menu string (thanks to Kyosuke Takayama).
+
2006-03-17
* src/prefs_ui.[ch]
diff --git a/ChangeLog.ja b/ChangeLog.ja
index f963b644..ef55b02e 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,8 @@
+2006-03-24
+
+ * src/prefs_common_dialog.c: prefs_keybind_apply_clicked(): メニュー
+ 文字列 "/View/Show all headers" を修正(Takayama さん thanks)。
+
2006-03-17
* src/prefs_ui.[ch]
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 7848ad7d..4e8f04d8 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -3415,7 +3415,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget)
{"<Main>/View/Go to/Other folder...", "G"},
{"<Main>/View/Open in new window", "<control><alt>N"},
{"<Main>/View/View source", "<control>U"},
- {"<Main>/View/Show all header", "<control>H"},
+ {"<Main>/View/Show all headers", "<control>H"},
{"<Main>/View/Update", "<control><alt>U"},
{"<Main>/Message/Receive/Get new mail", "<control>I"},
@@ -3463,7 +3463,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget)
{"<Main>/View/Go to/Other folder...", "G"},
{"<Main>/View/Open in new window", "<control><alt>N"},
{"<Main>/View/View source", "<control>U"},
- {"<Main>/View/Show all header", "<shift>H"},
+ {"<Main>/View/Show all headers", "<shift>H"},
{"<Main>/View/Update", "<shift>S"},
{"<Main>/Message/Receive/Get new mail", "<control>I"},
@@ -3511,7 +3511,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget)
{"<Main>/View/Go to/Other folder...", "C"},
{"<Main>/View/Open in new window", "<control><alt>N"},
{"<Main>/View/View source", "<control>U"},
- {"<Main>/View/Show all header", "<control>H"},
+ {"<Main>/View/Show all headers", "<control>H"},
{"<Main>/View/Update", "<control><alt>U"},
{"<Main>/Message/Receive/Get new mail", "<control>I"},
@@ -3559,7 +3559,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget)
{"<Main>/View/Go to/Other folder...", "<alt>G"},
{"<Main>/View/Open in new window", "<shift><control>N"},
{"<Main>/View/View source", "<control>U"},
- {"<Main>/View/Show all header", "<control>H"},
+ {"<Main>/View/Show all headers", "<control>H"},
{"<Main>/View/Update", "<alt>U"},
{"<Main>/Message/Receive/Get new mail", "<alt>I"},
@@ -3607,7 +3607,7 @@ static void prefs_keybind_apply_clicked(GtkWidget *widget)
{"<Main>/View/Go to/Other folder...", ""},
{"<Main>/View/Open in new window", ""},
{"<Main>/View/View source", ""},
- {"<Main>/View/Show all header", ""},
+ {"<Main>/View/Show all headers", ""},
{"<Main>/View/Update", ""},
{"<Main>/Message/Receive/Get new mail", ""},