[gnome-commander] Fixes directory specification for terminal icon in popup menu
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Fixes directory specification for terminal icon in popup menu
- Date: Sat, 16 Jul 2016 21:35:00 +0000 (UTC)
commit e3ec773055169b85cab6e058544d62fe605ae3cd
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sat Jul 16 23:33:08 2016 +0200
Fixes directory specification for terminal icon in popup menu
src/gnome-cmd-file-popmenu.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-file-popmenu.cc b/src/gnome-cmd-file-popmenu.cc
index 3451ce4..06c4a86 100644
--- a/src/gnome-cmd-file-popmenu.cc
+++ b/src/gnome-cmd-file-popmenu.cc
@@ -515,7 +515,7 @@ GtkWidget *gnome_cmd_file_popmenu_new (GnomeCmdFileList *fl)
GNOMEUIINFO_SEPARATOR,
GNOMEUIINFO_ITEM_NONE (N_("Rename"), NULL, on_rename),
GNOMEUIINFO_ITEM_STOCK(N_("Send files"), NULL, file_sendto, GTK_STOCK_EXECUTE),
- GNOMEUIINFO_ITEM_FILENAME (N_("Open _terminal here"), NULL, command_open_terminal__internal,
PACKAGE_NAME G_DIR_SEPARATOR_S "terminal.svg"),
+ GNOMEUIINFO_ITEM_FILENAME (N_("Open _terminal here"), NULL, command_open_terminal__internal,
PIXMAPS_DIR G_DIR_SEPARATOR_S "terminal.svg"),
GNOMEUIINFO_SEPARATOR,
GNOMEUIINFO_ITEM_STOCK(N_("_Properties..."), NULL, on_properties, GTK_STOCK_PROPERTIES),
GNOMEUIINFO_END
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]