From 6d33da3c919e10af699186efb8be6f7598713374 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Mon, 13 Jan 2003 12:38:10 +0000 Subject: [PATCH] =?utf8?q?r2290:=20Change=20'Type'=20to=20'Types'=20(Vince?= =?utf8?q?nt=20Lef=EF=BF=BDvre).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ROX-Filer/Help/Changes | 4 ++++ ROX-Filer/Help/TODO | 2 ++ ROX-Filer/src/menu.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ROX-Filer/Help/Changes b/ROX-Filer/Help/Changes index f6687047..9bba9da9 100644 --- a/ROX-Filer/Help/Changes +++ b/ROX-Filer/Help/Changes @@ -2,6 +2,10 @@ A RISC OS-like filer for X by Thomas Leonard +13-Jan-2003 +~~~~~~~~~~~ +Change 'Type' to 'Types' (Vincent Lefèvre). + 10-Jan-2003 ~~~~~~~~~~~ Remove -o from --help output (spotted by Karol Krenski). diff --git a/ROX-Filer/Help/TODO b/ROX-Filer/Help/TODO index 35e4532f..c7306a08 100644 --- a/ROX-Filer/Help/TODO +++ b/ROX-Filer/Help/TODO @@ -10,6 +10,8 @@ BUGS GtkTreeView bindings (eg, ^N) override menu bindings. +In Icons View, drop box doesn't scroll with window! (eg, /sbin) + File2.html comes before File.html. Also, very large numbers aren't handled. Can't drag to a selected item (from another window). diff --git a/ROX-Filer/src/menu.c b/ROX-Filer/src/menu.c index 07eb1f9f..ca41a0d9 100644 --- a/ROX-Filer/src/menu.c +++ b/ROX-Filer/src/menu.c @@ -182,7 +182,7 @@ static GtkItemFactoryEntry filer_menu_def[] = { {">" N_("Icons, With..."), NULL, NULL, 0, ""}, {">>" N_("Sizes"), NULL, set_with, DETAILS_SIZE, NULL}, {">>" N_("Permissions"), NULL, set_with, DETAILS_PERMISSIONS, NULL}, -{">>" N_("Type"), NULL, set_with, DETAILS_TYPE, NULL}, +{">>" N_("Types"), NULL, set_with, DETAILS_TYPE, NULL}, {">>" N_("Times"), NULL, set_with, DETAILS_TIMES, NULL}, {">" N_("List View"), NULL, view_type, VIEW_TYPE_DETAILS, NULL}, {">", NULL, NULL, 0, ""}, -- 2.11.4.GIT