Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KOrganizer
Commits
9cc581a1
Commit
9cc581a1
authored
Jan 26, 2015
by
Laurent Montel
😁
Browse files
Fix buttons
parent
d4f14eb5
Changes
1
Show whitespace changes
Inline
Side-by-side
exportwebdialog.cpp
View file @
9cc581a1
...
...
@@ -52,7 +52,7 @@ ExportWebDialog::ExportWebDialog(KOrg::HTMLExportSettings *settings, QWidget *pa
setAttribute
(
Qt
::
WA_DeleteOnClose
);
setFaceType
(
Tabbed
);
setWindowTitle
(
i18n
(
"Export Calendar as Web Page"
));
setStandardButtons
(
QDialogButtonBox
::
Ok
|
QDialogButtonBox
::
Cancel
|
QDialogButtonBox
::
RestoreDefaults
);
setStandardButtons
(
QDialogButtonBox
::
Cancel
|
QDialogButtonBox
::
RestoreDefaults
);
setModal
(
false
);
mExportButton
=
new
QPushButton
(
i18n
(
"Export"
));
mExportButton
->
setDefault
(
true
);
...
...
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