File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1958,8 +1958,8 @@ void Qarma::printHelp(const QString &category)
19581958 helpDict[" general" ] = CategoryHelp (tr (" General options" ), HelpList () <<
19591959 Help (" --title=TITLE" , tr (" Set the dialog title" )) <<
19601960 Help (" --window-icon=ICONPATH" , tr (" Set the window icon" )) <<
1961- Help (" --width=WIDTH" , tr (" Set the width" ) + tr (" (not entirely deterministic for message dialogs" )) <<
1962- Help (" --height=HEIGHT" , tr (" Set the height" ) + tr (" (not entirely deterministic for message dialogs" )) <<
1961+ Help (" --width=WIDTH" , tr (" Set the width" ) + tr (" (not entirely deterministic for message dialogs) " )) <<
1962+ Help (" --height=HEIGHT" , tr (" Set the height" ) + tr (" (not entirely deterministic for message dialogs) " )) <<
19631963 Help (" --pos=[+-]x[(+-)y]" , " QARMA ONLY! " + tr (" Set the position" )) <<
19641964 Help (" --timeout=TIMEOUT" , tr (" Set dialog timeout in seconds" )) <<
19651965 Help (" --ok-label=TEXT" , tr (" Sets the label of the Ok button" )) <<
You can’t perform that action at this time.
0 commit comments