Commit 2215568c authored by Ivan Nikolaev (vepp4-spin)'s avatar Ivan Nikolaev (vepp4-spin)
Browse files

Fix bug in menu save as (forgot break)

parent 062a805c
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -271,6 +271,7 @@ namespace gui
default:
break;
};
break;
case M_FILE_SAVE_AS:
{
const char *tmpstr=PCFG.save_dir.string().c_str();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment