summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/WindowFactory.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-10-03 05:57:39 +0000
committerDavid Robillard <d@drobilla.net>2007-10-03 05:57:39 +0000
commitd1129d185f7b930a5c84e1a1a6aa69d6b0180d11 (patch)
tree479dbbed45a3a44a1a76b691c43dd60f20a1fb4b /src/libs/gui/WindowFactory.cpp
parentf1081b5eafd1f686d9623312103c78fdeddfb6b5 (diff)
downloadingen-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/WindowFactory.cpp')
-rw-r--r--src/libs/gui/WindowFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/gui/WindowFactory.cpp b/src/libs/gui/WindowFactory.cpp
index 1fff1535..456cdb04 100644
--- a/src/libs/gui/WindowFactory.cpp
+++ b/src/libs/gui/WindowFactory.cpp
@@ -174,7 +174,7 @@ WindowFactory::remove_patch_window(PatchWindow* win, GdkEventAny* ignored)
{
if (_patch_windows.size() <= 1) {
Gtk::MessageDialog d(*win, "This is the last remaining open patch "
- "window. Closing this window will exit Ingenuity (the engine will "
+ "window. Closing this window will exit the GUI (the engine will "
"remain running).\n\nAre you sure you want to quit?",
true, Gtk::MESSAGE_WARNING, Gtk::BUTTONS_NONE, true);
d.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);