X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdockdialog.cpp;h=672f06b32e9e201c32ddf4fc3a421a5c428ba947;hb=fa0d98d6982bcc2fc503cf7c0f4c05df30a5c370;hp=348224909cc1ff0d67ad49b58ceea73c5d3d5701;hpb=4f7ed97f65e0e42ebec5fa0abe76bc2c9bd6c280;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dockdialog.cpp b/synfig-studio/trunk/src/gtkmm/dockdialog.cpp index 3482249..672f06b 100644 --- a/synfig-studio/trunk/src/gtkmm/dockdialog.cpp +++ b/synfig-studio/trunk/src/gtkmm/dockdialog.cpp @@ -50,6 +50,8 @@ #include #include +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -110,7 +112,7 @@ DockDialog::DockDialog(): // Set up the window //set_type_hint(Gdk::WINDOW_TYPE_HINT_UTILITY); - set_title("Dock Dialog"); + set_title(_("Dock Dialog")); // Register with the dock manager App::dock_manager->dock_dialog_list_.push_back(this); @@ -157,7 +159,7 @@ DockDialog::~DockDialog() // delete dock_book_list.front(); // Oddly enough, the following line should - // theoreticly do the same thing after this + // theoretically do the same thing after this // class is destroyed, but it doesn't seem to // cause a crash. It does, however, trigger this warning: //