pack zoom controls into upper right of editor table/packer

git-svn-id: svn://localhost/ardour2/branches/3.0@5209 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-06-17 18:11:04 +00:00
parent 65d10c219c
commit daf0e333a9
4 changed files with 18 additions and 12 deletions

View file

@ -90,6 +90,7 @@ ActionManager::init ()
}
if (!loaded) {
cerr << _("ardour will not work without a valid ardour.menus file") << endl;
error << _("ardour will not work without a valid ardour.menus file") << endmsg;
exit(1);
}