summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-02-25 04:44:42 +0100
committerRobin Gareus <robin@gareus.org>2017-02-25 04:46:46 +0100
commit841b15c4533de04e80411f262b7e21a3428552e7 (patch)
tree695fd1291dd6273eb715768d3eb27971ddcce17f /gtk2_ardour/rc_option_editor.cc
parent5b4f5c477dddc767f0d79ec96c2f51bec987ac50 (diff)
NO-OP, re-arrange code
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 6b8a96b284..e365c5dab2 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -3763,14 +3763,6 @@ RCOptionEditor::RCOptionEditor ()
add_option (_("Appearance/Toolbar"), new OptionEditorBlank ());
- OptionEditorHeading* quirks_head = new OptionEditorHeading (_("Various Workarounds for Windowing Systems"));
-
- quirks_head->set_note (string_compose (_("Rules for closing, minimizing, maximizing, and stay-on-top can vary\
-with each version of your OS, and the preferences that you've set in your OS.\n\n\
-You can adjust the options, below, to change how %1's windows and dialogs behave.\n\n\
-These settings will only take effect after %1 is restarted.\n\
- "), PROGRAM_NAME));
-
/* and now the theme manager */
add_option (_("Appearance/Theme"), new OptionEditorHeading (_("Theme")));
@@ -3829,6 +3821,14 @@ These settings will only take effect after %1 is restarted.\n\
/* Quirks */
+ OptionEditorHeading* quirks_head = new OptionEditorHeading (_("Various Workarounds for Windowing Systems"));
+
+ quirks_head->set_note (string_compose (_("Rules for closing, minimizing, maximizing, and stay-on-top can vary\
+with each version of your OS, and the preferences that you've set in your OS.\n\n\
+You can adjust the options, below, to change how %1's windows and dialogs behave.\n\n\
+These settings will only take effect after %1 is restarted.\n\
+ "), PROGRAM_NAME));
+
add_option (_("Appearance/Quirks"), quirks_head);
bo = new BoolOption (