mirror of
https://git.code.sf.net/p/fldigi/flmsg
synced 2026-08-13 17:30:58 -04:00
Expert dialog window bar
* correct window bar name corruption
This commit is contained in:
parent
1c7a02eee0
commit
7b2f12e70e
1 changed files with 1 additions and 1 deletions
|
|
@ -2188,7 +2188,7 @@ int main (int argc, char *argv[])
|
|||
#endif
|
||||
|
||||
if (!have_title) {
|
||||
string main_label;
|
||||
static string main_label;
|
||||
main_label = PACKAGE_NAME;
|
||||
main_label.append(": ").append(PACKAGE_VERSION);
|
||||
expert_dialog->label(main_label.c_str());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue