From 24533149fd54fc7f01bd7644ad8cd54274c792ff Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 7 Jan 2017 08:07:21 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@10665 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Debuggers/Pdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/ide/Debuggers/Pdb.cpp b/uppsrc/ide/Debuggers/Pdb.cpp index a9fa8b6e2..2568b46f7 100644 --- a/uppsrc/ide/Debuggers/Pdb.cpp +++ b/uppsrc/ide/Debuggers/Pdb.cpp @@ -25,7 +25,7 @@ void Pdb::DebugBar(Bar& bar) bar.Add(b, AK_RUNTO, DbgImg::RunTo(), THISBACK(DoRunTo)); bar.Add(b, AK_RUN, DbgImg::Run(), THISBACK(Run)); bar.Add(b, AK_SETIP, DbgImg::SetIp(), THISBACK(SetIp)); - bar.Add(!b, AK_STOP, DbgImg::Stop(), THISBACK(BreakRunning)); + bar.Add(!b, AK_BREAK, DbgImg::Stop(), THISBACK(BreakRunning)); bar.MenuSeparator(); bar.Add(b, AK_AUTOS, THISBACK1(SetTab, 0)); bar.Add(b, AK_LOCALS, THISBACK1(SetTab, 1));