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 ++-- src/libs/gui/WindowFactory.cpp | 2 +- src/libs/gui/ingen_gui.glade | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 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 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); 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); diff --git a/src/libs/gui/ingen_gui.glade b/src/libs/gui/ingen_gui.glade index cad82a9d..fc33ddcf 100644 --- a/src/libs/gui/ingen_gui.glade +++ b/src/libs/gui/ingen_gui.glade @@ -3,7 +3,7 @@ - Ingenuity + Ingen 640 480 ingen.svg @@ -124,7 +124,7 @@ True - Quit Ingenuity (engine may continue running) + Quit GUI (engine may continue running) gtk-quit True True @@ -1628,7 +1628,7 @@ Hold <Ctrl> to play controls in either mode. 400 180 8 - Messages - Ingenuity + Messages - Ingen ingen.svg @@ -1697,7 +1697,7 @@ Hold <Ctrl> to play controls in either mode. 8 - Configuration - Ingenuity + Configuration - Ingen ingen.svg @@ -2031,7 +2031,7 @@ Hold <Ctrl> to play controls in either mode. 6 - Node Properties - Ingenuity + Node Properties - Ingen ingen.svg @@ -2219,7 +2219,7 @@ Hold <Ctrl> to play controls in either mode. True GDK_WINDOW_TYPE_HINT_NORMAL - Ingenuity + Ingen Copyright (C) 2005-2007 Dave Robillard <http://drobilla.net> A graphical client for the Ingen audio system http://drobilla.net/software/ingen @@ -2256,7 +2256,7 @@ Contributors: 320 340 8 - Patches - Ingenuity + Patches - Ingen ingen.svg @@ -2279,7 +2279,7 @@ Contributors: 6 - Engine - Ingenuity + Engine - Ingen False ingen.svg GDK_WINDOW_TYPE_HINT_DIALOG @@ -2988,7 +2988,7 @@ Thank you for contributing. 8 GTK_WINDOW_POPUP - Port Properties - Ingenuity + Port Properties - Ingen False GTK_WIN_POS_MOUSE True -- cgit v1.2.1