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
9e63c7fa
Commit
9e63c7fa
authored
Oct 02, 2014
by
Gavin Bisesi
Browse files
Merge pull request #313 from pliu037/oracle-error-msg
Oracle error message
parents
3c598531
3cd6cc91
Changes
1
Hide whitespace changes
Inline
Side-by-side
oracle/src/oraclewizard.cpp
View file @
9e63c7fa
...
@@ -432,7 +432,7 @@ bool SaveSetsPage::validatePage()
...
@@ -432,7 +432,7 @@ bool SaveSetsPage::validatePage()
ok
=
true
;
ok
=
true
;
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
%1"
).
arg
(
fileName
));
;
if
(
defaultPathCheckBox
->
isChecked
())
if
(
defaultPathCheckBox
->
isChecked
())
defaultPathCheckBox
->
setChecked
(
false
);
defaultPathCheckBox
->
setChecked
(
false
);
}
}
...
...
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