gimp r27656 - in trunk: . app/actions



Author: martinn
Date: Sat Nov 15 12:31:36 2008
New Revision: 27656
URL: http://svn.gnome.org/viewvc/gimp?rev=27656&view=rev

Log:
* app/actions/debug-actions.c: Fix mnemonics for the Debug sub
menu and the Benchmark Projection item.


Modified:
   trunk/ChangeLog
   trunk/app/actions/debug-actions.c

Modified: trunk/app/actions/debug-actions.c
==============================================================================
--- trunk/app/actions/debug-actions.c	(original)
+++ trunk/app/actions/debug-actions.c	Sat Nov 15 12:31:36 2008
@@ -36,7 +36,7 @@
 
 static const GimpActionEntry debug_actions[] =
 {
-  { "debug-menu", NULL, "D_ebug" },
+  { "debug-menu", NULL, "_Debug" },
 
   { "debug-mem-profile", NULL,
     "_Memory Profile", NULL, NULL,
@@ -44,7 +44,7 @@
     NULL },
 
   { "debug-benchmark-projection", NULL,
-    "Benchmark Projection", NULL,
+    "Benchmark _Projection", NULL,
     "Invalidates the entire projection, measures the time it takes to "
     "validate (render) it again, and print the result to stdout.",
     G_CALLBACK (debug_benchmark_projection_cmd_callback),



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