summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/widgets/misc_widget.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/widgets/misc_widget.h b/src/widgets/misc_widget.h
index 9f6a7e5f5..806f889bb 100644
--- a/src/widgets/misc_widget.h
+++ b/src/widgets/misc_widget.h
@@ -30,12 +30,12 @@ enum AboutWidgets {
/** Widgets of the #QueryStringWindow class. */
enum QueryStringWidgets {
- WID_QS_CAPTION, ///< Caption of the window.
- WID_QS_TEXT, ///< Text of the query.
- WID_QS_WARNING, ///< Warning label about password security
- WID_QS_DEFAULT, ///< Default button.
- WID_QS_CANCEL, ///< Cancel button.
- WID_QS_OK, ///< OK button.
+ WID_QS_CAPTION, ///< Caption of the window.
+ WID_QS_TEXT, ///< Text of the query.
+ WID_QS_WARNING, ///< Warning label about password security
+ WID_QS_DEFAULT, ///< Default button.
+ WID_QS_CANCEL, ///< Cancel button.
+ WID_QS_OK, ///< OK button.
};
/** Widgets of the #QueryWindow class. */