From f9e5e4360e54f5ff5327b4384ee451d86f8dec91 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 17 Jul 2017 04:55:52 +0200 Subject: Move more Gtkmm2ext widgets into libwidget --- gtk2_ardour/editor_audio_import.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/editor_audio_import.cc') diff --git a/gtk2_ardour/editor_audio_import.cc b/gtk2_ardour/editor_audio_import.cc index 1e8d157f14..c217f05823 100644 --- a/gtk2_ardour/editor_audio_import.cc +++ b/gtk2_ardour/editor_audio_import.cc @@ -31,7 +31,7 @@ #include "pbd/shortpath.h" #include "pbd/stateful_diff_command.h" -#include +#include "widgets/choice.h" #include "ardour/audio_track.h" #include "ardour/audiofilesource.h" @@ -651,7 +651,7 @@ Editor::embed_sndfiles (vector paths, choices.push_back (_("Don't embed it")); choices.push_back (_("Embed all without questions")); - Gtkmm2ext::Choice rate_choice ( + ArdourWidgets::Choice rate_choice ( _("Sample rate"), string_compose (_("%1\nThis audiofile's sample rate doesn't match the session sample rate!"), short_path (path, 40)), @@ -677,7 +677,7 @@ Editor::embed_sndfiles (vector paths, choices.push_back (_("Cancel")); choices.push_back (_("Embed it anyway")); - Gtkmm2ext::Choice rate_choice ( + ArdourWidgets::Choice rate_choice ( _("Sample rate"), string_compose (_("%1\nThis audiofile's sample rate doesn't match the session sample rate!"), path), choices, false -- cgit v1.2.3