Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Mar 10, 2024
1 parent c986045 commit 80af01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dlgCmdLineHelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dlgCmdLineHelp::dlgCmdLineHelp(QWidget *parent, const QString name) : QDialog(pa
main_cfg[SET_ONLYCMDLINE_HIDDEN_GUI].hlp,
sch_input
);
init(uQString(uL("" NAME " Command Line Help")), uQStringCD(QString(usage_string).arg(name)));
init(uQString(uL("" NAME " Command Line Help")), uQStringCD(uQString(usage_string).arg(name)));
free(usage_string);
}
dlgCmdLineHelp::~dlgCmdLineHelp() = default;
Expand Down

0 comments on commit 80af01c

Please sign in to comment.