summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-08-27 06:02:43 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-08-27 06:02:52 -0400
commit094d08dc2b15e3565e62258e76097e9d1356bec6 (patch)
tree6b4515c923d2e0714be219edb3efe39f0054bae3
parent3c4025d000dc3b883e0bb24725adb79ef5c79455 (diff)
NO-OP: indentation
-rw-r--r--gtk2_ardour/rc_option_editor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 63aaf0d597..8e562f4279 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1882,7 +1882,7 @@ RCOptionEditor::RCOptionEditor ()
procs->add (0, _("all available processors"));
for (uint32_t i = 1; i <= hwcpus; ++i) {
- procs->add (i, string_compose (_("%1 processors"), i));
+ procs->add (i, string_compose (P_("%1 processor", "%1 processors", i), i));
}
procs->set_note (string_compose (_("This setting will only take effect when %1 is restarted."), PROGRAM_NAME));
@@ -3491,7 +3491,7 @@ RCOptionEditor::populate_sync_options ()
Gtk::Window*
RCOptionEditor::use_own_window (bool and_fill_it)
{
- bool new_window = !own_window();
+ bool new_window = !own_window ();
Gtk::Window* win = Tabbable::use_own_window (and_fill_it);