gnome-commander r1757 - in branches/gcmd-1-3: . doc/C src



Author: epiotr
Date: Mon May  5 16:10:18 2008
New Revision: 1757
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1757&view=rev

Log:
Added "mark.invert" to user actions

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/doc/C/gnome-commander.xml
   branches/gcmd-1-3/src/gnome-cmd-user-actions.cc

Modified: branches/gcmd-1-3/doc/C/gnome-commander.xml
==============================================================================
--- branches/gcmd-1-3/doc/C/gnome-commander.xml	(original)
+++ branches/gcmd-1-3/doc/C/gnome-commander.xml	Mon May  5 16:10:18 2008
@@ -4387,6 +4387,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: branches/gcmd-1-3/src/gnome-cmd-user-actions.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-user-actions.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-user-actions.cc	Mon May  5 16:10:18 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]