gnome-commander r1756 - in trunk: . doc/C src
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r1756 - in trunk: . doc/C src
- Date: Mon, 5 May 2008 17:09:49 +0100 (BST)
Author: epiotr
Date: Mon May 5 16:09:49 2008
New Revision: 1756
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1756&view=rev
Log:
Added "mark.invert" to user actions
Modified:
trunk/ChangeLog
trunk/doc/C/gnome-commander.xml
trunk/src/gnome-cmd-user-actions.cc
Modified: trunk/doc/C/gnome-commander.xml
==============================================================================
--- trunk/doc/C/gnome-commander.xml (original)
+++ trunk/doc/C/gnome-commander.xml Mon May 5 16:09:49 2008
@@ -4554,6 +4554,11 @@
<entry><para></para></entry>
</row>
<row valign="top">
+ <entry><para>mark.invert</para></entry>
+ <entry><para>Invert selection</para></entry>
+ <entry><para></para></entry>
+ </row>
+ <row valign="top">
<entry><para>mark.select_all</para></entry>
<entry><para>Select all files</para></entry>
<entry><para><keycombo><keycap>CTRL</keycap><keycap>A</keycap></keycombo></para>
Modified: trunk/src/gnome-cmd-user-actions.cc
==============================================================================
--- trunk/src/gnome-cmd-user-actions.cc (original)
+++ trunk/src/gnome-cmd-user-actions.cc Mon May 5 16:09:49 2008
@@ -175,6 +175,7 @@
{help_problem, "help.problem", NN_("Report a problem")},
{help_web, "help.web", NN_("GNOME Commander on the web")},
{mark_compare_directories, "mark.compare_directories", NN_("Compare directories")},
+ {mark_invert_selection, "mark.invert", NN_("Invert selection")},
{mark_select_all, "mark.select_all", NN_("Select all")},
{mark_toggle, "mark.toggle", NN_("Toggle selection")},
{mark_toggle_and_step, "mark.toggle_and_step", NN_("Toggle selection and move cursor downward")},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]