diff options
author | David Robillard <d@drobilla.net> | 2007-10-03 05:57:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-10-03 05:57:39 +0000 |
commit | d1129d185f7b930a5c84e1a1a6aa69d6b0180d11 (patch) | |
tree | 479dbbed45a3a44a1a76b691c43dd60f20a1fb4b /src/libs/gui/PatchWindow.cpp | |
parent | f1081b5eafd1f686d9623312103c78fdeddfb6b5 (diff) | |
download | ingen-d1129d185f7b930a5c84e1a1a6aa69d6b0180d11.tar.gz ingen-d1129d185f7b930a5c84e1a1a6aa69d6b0180d11.tar.bz2 ingen-d1129d185f7b930a5c84e1a1a6aa69d6b0180d11.zip |
s/Ingenuity/Ingen/
git-svn-id: http://svn.drobilla.net/lad/ingen@806 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui/PatchWindow.cpp')
-rw-r--r-- | src/libs/gui/PatchWindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<PatchModel> patch, SharedPtr<PatchView> 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); |