X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fruler_dialog.cc;h=cee831f78d16144c623d4f667d22948e0207359b;hb=bd77b605f6b7075d99e479c7c0b4693c455b5506;hp=991bd3eb8771d50c5a60b4cbb6c723425b9b17b0;hpb=23e7cf10191270d70357ccf0ed9294f020c7b7ab;p=ardour.git diff --git a/gtk2_ardour/ruler_dialog.cc b/gtk2_ardour/ruler_dialog.cc index 991bd3eb87..cee831f78d 100644 --- a/gtk2_ardour/ruler_dialog.cc +++ b/gtk2_ardour/ruler_dialog.cc @@ -22,23 +22,23 @@ #include "actions.h" #include "ruler_dialog.h" -#include "i18n.h" +#include "pbd/i18n.h" RulerDialog::RulerDialog () : ArdourDialog (_("Rulers")) { add_button (Gtk::Stock::OK, Gtk::RESPONSE_ACCEPT); - get_vbox()->pack_start (samples_button); - get_vbox()->pack_start (timecode_button); get_vbox()->pack_start (minsec_button); + get_vbox()->pack_start (timecode_button); + get_vbox()->pack_start (samples_button); get_vbox()->pack_start (bbt_button); - get_vbox()->pack_start (tempo_button); get_vbox()->pack_start (meter_button); - get_vbox()->pack_start (loop_punch_button); + get_vbox()->pack_start (tempo_button); get_vbox()->pack_start (range_button); - get_vbox()->pack_start (mark_button); + get_vbox()->pack_start (loop_punch_button); get_vbox()->pack_start (cdmark_button); + get_vbox()->pack_start (mark_button); get_vbox()->pack_start (video_button); get_vbox()->show_all ();