From d1129d185f7b930a5c84e1a1a6aa69d6b0180d11 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Oct 2007 05:57:39 +0000 Subject: s/Ingenuity/Ingen/ git-svn-id: http://svn.drobilla.net/lad/ingen@806 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/PatchWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/gui/PatchWindow.cpp') diff --git a/src/libs/gui/PatchWindow.cpp b/src/libs/gui/PatchWindow.cpp index 76e94b44..de551f2d 100644 --- a/src/libs/gui/PatchWindow.cpp +++ b/src/libs/gui/PatchWindow.cpp @@ -215,7 +215,7 @@ PatchWindow::set_patch(SharedPtr patch, SharedPtr view) ((int)_view->canvas()->width() - width)/2, ((int)_view->canvas()->height() - height)/2); - set_title(_patch->path() + " - Ingenuity"); + set_title(_patch->path() + " - Ingen"); //m_properties_window->patch_model(pc->patch_model()); @@ -428,7 +428,7 @@ PatchWindow::on_key_press_event(GdkEventKey* event) void PatchWindow::event_quit() { - Gtk::MessageDialog d(*this, "Would you like to quit just Ingenuity\nor kill the engine as well?", + Gtk::MessageDialog d(*this, "Would you like to quit just this GUI\nor kill the engine as well?", true, Gtk::MESSAGE_QUESTION, Gtk::BUTTONS_NONE, true); d.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL); -- cgit v1.2.1