From 1bc5d202f5ec978626b1827fed6728be19a385cd Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 19 Nov 2014 18:02:55 +0100 Subject: use GtkRecentAction objects to create the recent file choosers Based on FR commits: 8e5e4bfa3f98f2f6b848be1aa5df35e3a173a203 b68e78583ec73337558f0f2c48002f53117e7757 From: Paolo Bacchilega --- src/ui.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index c3b22f7..d34d70c 100644 --- a/src/ui.h +++ b/src/ui.h @@ -34,8 +34,6 @@ static GtkActionEntry action_entries[] = { { "ViewMenu", NULL, N_("_View") }, { "HelpMenu", NULL, N_("_Help") }, { "ArrangeFilesMenu", NULL, N_("_Arrange Files") }, - /* Translators: this is the label for the "open recent file" sub-menu. */ - { "OpenRecentMenu", NULL, N_("Open _Recent") }, { "About", GTK_STOCK_ABOUT, NULL, NULL, @@ -279,9 +277,7 @@ static const gchar *ui_info = " " " " " " -" " -" " -" " +" " " " " " " " @@ -338,6 +334,7 @@ static const gchar *ui_info = " " " " " " +" " " " " " " " -- cgit v1.2.1