gnumeric r16387 - in branches/gnumeric-1-8: . src



Author: mortenw
Date: Tue Feb 19 18:31:07 2008
New Revision: 16387
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16387&view=rev

Log:
Ditto KP_Add.



Modified:
   branches/gnumeric-1-8/ChangeLog
   branches/gnumeric-1-8/NEWS
   branches/gnumeric-1-8/src/GNOME_Gnumeric-gtk.xml.in
   branches/gnumeric-1-8/src/wbc-gtk-actions.c

Modified: branches/gnumeric-1-8/NEWS
==============================================================================
--- branches/gnumeric-1-8/NEWS	(original)
+++ branches/gnumeric-1-8/NEWS	Tue Feb 19 18:31:07 2008
@@ -23,6 +23,7 @@
 	* Fix corrupted-mps-bug.  [#517141]
 	* Fix corrupted-qpro-bugs.  [#517144] [#517376]
 	* Make <control>KP_Subtract work as <control>minus.  [#516358]
+	* Make <control>KP_Add work as <control>plus.
 
 --------------------------------------------------------------------------
 Gnumeric 1.8.1

Modified: branches/gnumeric-1-8/src/GNOME_Gnumeric-gtk.xml.in
==============================================================================
--- branches/gnumeric-1-8/src/GNOME_Gnumeric-gtk.xml.in	(original)
+++ branches/gnumeric-1-8/src/GNOME_Gnumeric-gtk.xml.in	Tue Feb 19 18:31:07 2008
@@ -315,4 +315,5 @@
   <accelerator name="Repeat"		 action="Repeat"/>
   <accelerator name="EditSelectAllXL"	 action="EditSelectAllXL"/>
   <accelerator name="EditDeleteCellsXL"	 action="EditDeleteCellsXL"/>
+  <accelerator name="InsertCellsXL"	 action="InsertCellsXL"/>
 </ui>

Modified: branches/gnumeric-1-8/src/wbc-gtk-actions.c
==============================================================================
--- branches/gnumeric-1-8/src/wbc-gtk-actions.c	(original)
+++ branches/gnumeric-1-8/src/wbc-gtk-actions.c	Tue Feb 19 18:31:07 2008
@@ -1717,6 +1717,10 @@
 	{ "InsertCells", NULL, N_("C_ells..."),
 		"<control>plus", N_("Insert new cells"),
 		G_CALLBACK (cb_insert_cells) },
+	/* A duplicate that should not go into the menus, used only for the accelerator */
+	{ "InsertCellsXL", NULL, N_("C_ells..."),
+		"<control>KP_Add", N_("Insert new cells"),
+		G_CALLBACK (cb_insert_cells) },
 	{ "InsertColumns", "Gnumeric_ColumnAdd", N_("_Columns"),
 		NULL, N_("Insert new columns"),
 		G_CALLBACK (cb_insert_cols) },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]