Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
VEPP4
touschek_polarimeter
Commits
2215568c
Commit
2215568c
authored
9 years ago
by
Ivan Nikolaev (vepp4-spin)
Browse files
Options
Download
Patches
Plain Diff
Fix bug in menu save as (forgot break)
parent
062a805c
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gui/MainWindow.cpp
+1
-0
gui/MainWindow.cpp
with
1 addition
and
0 deletions
+1
-0
gui/MainWindow.cpp
+
1
−
0
View file @
2215568c
...
...
@@ -271,6 +271,7 @@ namespace gui
default:
break
;
};
break
;
case
M_FILE_SAVE_AS
:
{
const
char
*
tmpstr
=
PCFG
.
save_dir
.
string
().
c_str
();
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets