double click on ProfileInterface widgets open specific dialog, german
translation updated
This commit is contained in:
parent
9062c88aea
commit
5c4f390bd2
15 changed files with 300 additions and 181 deletions
2
main.cpp
2
main.cpp
|
@ -411,7 +411,7 @@ int main(int argc, char *argv[])
|
|||
bool readOk = savegame.readingSavegameFromFile(arg1);
|
||||
savegameDialog->setWindowFlags(savegameDialog->windowFlags()^Qt::WindowContextHelpButtonHint);
|
||||
savegameDialog->setWindowIcon(IconLoader::loadingAppIcon());
|
||||
savegameDialog->setSavegameData(&savegame, readOk);
|
||||
savegameDialog->setSavegameData(&savegame, arg1, readOk);
|
||||
|
||||
if (!readOk) { return 1; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue