Author: jjongsma
Date: Sun Feb 10 02:48:24 2008
New Revision: 739
URL: http://svn.gnome.org/viewvc/nemiver?rev=739&view=rev
Log:
* src/persp/dbgperspective/nmv-dbg-perspective.cc: rename 'View->Stack'
to
'View->Call Stack' to match the tab name in the status notebook. Fixes
bug
#515476
Modified:
trunk/ChangeLog
trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc
Modified: trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc
==============================================================================
--- trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc (original)
+++ trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc Sun Feb 10
02:48:24 2008
@@ -2582,8 +2582,8 @@
{
"ActivateCallStackViewMenuAction",
nil_stock_id,
- _("Stack"),
- _("Switch to Stack View"),
+ _("Call Stack"),
+ _("Switch to Call Stack View"),
sigc::mem_fun(*this, &DBGPerspective::on_activate_call_stack_view),
ActionEntry::DEFAULT,
"<alt>1"
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.