mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix compose mess, and a number of 64 bit printf specs
git-svn-id: svn://localhost/trunk/ardour2@51 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5a52d8fee4
commit
4c50965622
70 changed files with 448 additions and 448 deletions
|
|
@ -47,7 +47,7 @@
|
|||
#include "i18n.h"
|
||||
|
||||
using namespace Gtk;
|
||||
/*can't use sigc namespace while we have the compose() in libs/pbd3/pbd */
|
||||
/*can't use sigc namespace while we have the string_compose() in libs/pbd3/pbd */
|
||||
//using namespace sigc;
|
||||
using namespace ARDOUR;
|
||||
using namespace Editing;
|
||||
|
|
@ -783,7 +783,7 @@ TimeAxisView::set_state (const XMLNode& node)
|
|||
} else if (prop->value() == "small") {
|
||||
set_height (Small);
|
||||
} else {
|
||||
error << compose(_("unknown track height name \"%1\" in XML GUI information"), prop->value()) << endmsg;
|
||||
error << string_compose(_("unknown track height name \"%1\" in XML GUI information"), prop->value()) << endmsg;
|
||||
set_height (Normal);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue