From 7b2f12e70eb6c48927166adf85e43948d6169890 Mon Sep 17 00:00:00 2001 From: dave-w1hkj Date: Sun, 25 Jun 2023 06:38:08 -0500 Subject: [PATCH] Expert dialog window bar * correct window bar name corruption --- src/flmsg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flmsg.cxx b/src/flmsg.cxx index 8080680..c51ee80 100644 --- a/src/flmsg.cxx +++ b/src/flmsg.cxx @@ -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());