summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-17 05:18:48 +0200
committerRobin Gareus <robin@gareus.org>2017-07-17 21:06:04 +0200
commit1f5ebc54853446a786925941bd014666e75221d2 (patch)
treed03e345ae56d5300b05280e8af75cd709b6ab92e /gtk2_ardour/editor_ops.cc
parenteb1e423b7521d4c277c11a884113f40e7406ade8 (diff)
Remove ArdourPrompter wrapper
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index 0441ee9e52..ea3e3ac74f 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -42,6 +42,7 @@
#include "widgets/choice.h"
#include "widgets/popup.h"
+#include "widgets/prompter.h"
#include "ardour/audio_track.h"
#include "ardour/audioregion.h"
@@ -2121,7 +2122,7 @@ Editor::choose_new_marker_name(string &name) {
return true;
}
- ArdourPrompter dialog (true);
+ Prompter dialog (true);
dialog.set_prompt (_("New Name:"));