- align most CKeyboardInput calls to the changes in 88c6640

This commit is contained in:
svenhoefer
2014-11-22 15:54:41 +01:00
parent b727ea4be8
commit ee91014c48
12 changed files with 21 additions and 21 deletions

View File

@@ -157,7 +157,7 @@ int CThemes::Show()
readThemes(themes);
CKeyboardInput nameInput(LOCALE_COLORTHEMEMENU_NAME, &file_name, 30);
CKeyboardInput nameInput(LOCALE_COLORTHEMEMENU_NAME, &file_name);
CMenuForwarder *m1 = new CMenuForwarder(LOCALE_COLORTHEMEMENU_SAVE, true , NULL, &nameInput, NULL, CRCInput::RC_green);
if (mkdirhier(USERDIR) && errno != EEXIST) {