[Haiku-commits] r31220 - haiku/trunk/src/apps/debugger/gui/team_window

bonefish at BerliOS bonefish at mail.berlios.de
Wed Jun 24 02:25:23 CEST 2009


Author: bonefish
Date: 2009-06-24 02:25:21 +0200 (Wed, 24 Jun 2009)
New Revision: 31220
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31220&view=rev

Modified:
   haiku/trunk/src/apps/debugger/gui/team_window/TeamWindow.cpp
Log:
Renamed the "Stop" button to "Debug" to avoid confusion.


Modified: haiku/trunk/src/apps/debugger/gui/team_window/TeamWindow.cpp
===================================================================
--- haiku/trunk/src/apps/debugger/gui/team_window/TeamWindow.cpp	2009-06-24 00:16:22 UTC (rev 31219)
+++ haiku/trunk/src/apps/debugger/gui/team_window/TeamWindow.cpp	2009-06-24 00:25:21 UTC (rev 31220)
@@ -468,7 +468,7 @@
 			fStepOutButton->SetEnabled(false);
 			break;
 		case THREAD_STATE_RUNNING:
-			fRunButton->SetLabel("Stop");
+			fRunButton->SetLabel("Debug");
 			fRunButton->SetMessage(new BMessage(MSG_THREAD_STOP));
 			fRunButton->SetEnabled(true);
 			fStepOverButton->SetEnabled(false);




More information about the Haiku-commits mailing list