Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
59b8d704
Commit
59b8d704
authored
Aug 15, 2014
by
Gavin Bisesi
Browse files
Merge pull request #285 from pliu037/fix-oracle-save
Fixed Oracle save bug
parents
0bb0530a
9a934f3a
Changes
1
Show whitespace changes
Inline
Side-by-side
oracle/src/oraclewizard.cpp
View file @
59b8d704
...
@@ -433,6 +433,8 @@ bool SaveSetsPage::validatePage()
...
@@ -433,6 +433,8 @@ bool SaveSetsPage::validatePage()
QMessageBox
::
information
(
this
,
tr
(
"Success"
),
tr
(
"The card database has been saved successfully."
));
QMessageBox
::
information
(
this
,
tr
(
"Success"
),
tr
(
"The card database has been saved successfully."
));
}
else
{
}
else
{
QMessageBox
::
critical
(
this
,
tr
(
"Error"
),
tr
(
"The file could not be saved to the desired location."
));
QMessageBox
::
critical
(
this
,
tr
(
"Error"
),
tr
(
"The file could not be saved to the desired location."
));
if
(
defaultPathCheckBox
->
isChecked
())
defaultPathCheckBox
->
setChecked
(
false
);
}
}
}
while
(
!
ok
);
}
while
(
!
ok
);
...
...
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!
Cancel
Please
register
or
sign in
to comment