Expert dialog window bar

* correct window bar name corruption
This commit is contained in:
dave-w1hkj 2023-06-25 06:38:08 -05:00
parent 1c7a02eee0
commit 7b2f12e70e

View file

@ -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());