Rename menu items, stop using PanicAlertT, remove -d when running from visual studio.

I accidentally committed my addition of the -d option that I used for testing, now it's fixed.
This commit is contained in:
CarlKenner
2014-12-17 00:11:05 +10:30
parent 84ae817c18
commit 6e7eb52211
3 changed files with 4 additions and 10 deletions

View File

@ -356,7 +356,7 @@ bool PPCSymbolDB::LoadMap(const std::string& filename, bool bad)
Index();
if (bad)
PanicAlertT("Loaded %d good functions, ignored %d bad functions", good_count, bad_count);
SuccessAlertT("Loaded %d good functions, ignored %d bad functions.", good_count, bad_count);
return true;
}