Empty kills the string:(

Using IsEmpty()


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1951 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2009-01-20 11:58:31 +00:00
parent 68cfd3618e
commit 8c997e90d9
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ void ConfigBox::ToBlank(bool ToBlank)
else
{
for(int i = IDB_ANALOG_MAIN_X; i <= IDB_BUTTONHALFPRESS; i++)
if(GetButtonText(i).Empty()) SetButtonText(i, "-1");
if(GetButtonText(i).IsEmpty()) SetButtonText(i, "-1");
}
}
//////////////////////////////////