fix translation issue with verb substitution in quit/close dialog
[ardour.git] / gtk2_ardour / location_ui.h
index bf4474e669bdd79b67200ef4f26cb4e38cc99f66..325ab96bd74defb4fcf34c735cee2ab05a737958 100644 (file)
@@ -115,7 +115,7 @@ class LocationEditRow  : public Gtk::HBox, public ARDOUR::SessionHandlePtr
        void performer_entry_changed ();
        void composer_entry_changed ();
 
-       void set_button_pressed (LocationPart part);
+       void to_playhead_button_pressed (LocationPart part);
        void go_button_pressed (LocationPart part);
 
        void clock_changed (LocationPart part);
@@ -206,7 +206,7 @@ class LocationUIWindow : public ArdourDialog
        LocationUIWindow ();
        ~LocationUIWindow ();
 
-       void on_show();
+       void on_map ();
        void set_session (ARDOUR::Session *);
 
        LocationUI& ui() { return _ui; }