Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
13da2c60
Commit
13da2c60
authored
Oct 08, 2009
by
Clement CHAVANCE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Loading a preference file will not promt for a confirmation anymore
parent
755cc729
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/GUI/MainWindow.cpp
src/GUI/MainWindow.cpp
+1
-1
No files found.
src/GUI/MainWindow.cpp
View file @
13da2c60
...
...
@@ -170,7 +170,7 @@ void MainWindow::on_actionSave_triggered()
void
MainWindow
::
on_actionLoad_Project_triggered
()
{
QString
outputFileName
=
QFileDialog
::
get
Save
FileName
(
NULL
,
"Enter the output file name"
,
QFileDialog
::
get
Open
FileName
(
NULL
,
"Enter the output file name"
,
QString
(),
"VLMC project file(*.vlmc)"
);
if
(
outputFileName
.
length
()
==
0
)
return
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment