diff options
| author | nakeee <nakeee@gmail.com> | 2009-01-20 11:53:15 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-01-20 11:53:15 +0000 |
| commit | 68cfd3618eb6b616cd990ea72decab1267be2a74 (patch) | |
| tree | 3b006658ebf74fe59b2aff074e293d302b9cad0e /Source | |
| parent | 6730645dd84e825b83d325d5cc70964e72595ffa (diff) | |
opss
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1950 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigBox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigBox.cpp b/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigBox.cpp index 2b2f14cdc5..2235d231c2 100644 --- a/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigBox.cpp +++ b/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigBox.cpp @@ -301,12 +301,12 @@ void ConfigBox::ToBlank(bool ToBlank) if(ToBlank) { for(int i = IDB_ANALOG_MAIN_X; i <= IDB_BUTTONHALFPRESS; i++) - if(GetButtonText(i).toAscii() == "-1") SetButtonText(i, ""); + if(GetButtonText(i).ToAscii() == "-1") SetButtonText(i, ""); } else { for(int i = IDB_ANALOG_MAIN_X; i <= IDB_BUTTONHALFPRESS; i++) - if(GetButtonText(i).empty()) SetButtonText(i, "-1"); + if(GetButtonText(i).Empty()) SetButtonText(i, "-1"); } } ////////////////////////////////// |
