X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fgtkmm2ext%2Fwindow_title.cc;h=5cb9ed94b69f5c6d8ed741961a452e64c3e9a9f3;hb=8dcc28c9ad91baade9c30a2ec6d59a1f799dc654;hp=7c942d7f200f946f6b3c94f9d9b98f2e7fb07aef;hpb=87726495c30f90554b5204b5385d17274a8fe93e;p=ardour.git diff --git a/libs/gtkmm2ext/window_title.cc b/libs/gtkmm2ext/window_title.cc index 7c942d7f20..5cb9ed94b6 100644 --- a/libs/gtkmm2ext/window_title.cc +++ b/libs/gtkmm2ext/window_title.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2007 Paul Davis + Copyright (C) 2000-2007 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,10 +19,12 @@ #include "gtkmm2ext/window_title.h" -#include "i18n.h" +#include "pbd/i18n.h" + +using namespace std; namespace { - + // I don't know if this should be translated. const char* const title_separator = X_(" - ");