nemiver r957 - in trunk: . src/persp/dbgperspective



Author: jjongsma
Date: Tue Dec 16 04:30:06 2008
New Revision: 957
URL: http://svn.gnome.org/viewvc/nemiver?rev=957&view=rev

Log:
Change the 'restart' icon (Bug #526151)

	* src/persp/dbgperspective/nmv-dbg-perspective.cc: change the 'restart' icon
	from Stock::GOTO_FIRST to Stock::REFRESH (Bug #526151)

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	Tue Dec 16 04:30:06 2008
@@ -2670,7 +2670,7 @@
     static ui_utils::ActionEntry s_target_not_started_action_entries [] = {
         {
             "RunMenuItemAction",
-            Gtk::Stock::GOTO_FIRST,
+            Gtk::Stock::REFRESH,
             _("_Restart"),
             _("Restart the target, killing this process "
               "and starting a new one"),



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