if(!SYNFIG_CHECK_VERSION())
{
cerr<<"FATAL: Synfig Version Mismatch"<<endl;
- dialog_error_blocking("SYNFIG Studio",
- "This copy of SYNFIG Studio was compiled against a\n"
+ dialog_error_blocking("Synfig Studio",
+ "This copy of Synfig Studio was compiled against a\n"
"different version of libsynfig than what is currently\n"
"installed. Synfig Studio will now abort. Try downloading\n"
- "the latest version from the SYNFIG Development Website at\n"
+ "the latest version from the Synfig Development Website at\n"
"http://dev.synfig.com/ "
);
throw 40;
catch(synfig::SoftwareExpired)
{
cerr<<"FATAL: Software Expired"<<endl;
- dialog_error_blocking("SYNFIG Studio",
- "This copy of SYNFIG Studio has expired.\n"
+ dialog_error_blocking("Synfig Studio",
+ "This copy of Synfig Studio has expired.\n"
"Please erase this copy, or download and\n"
- "install the latest copy from the SYNFIG\n"
+ "install the latest copy from the Synfig\n"
"Development Website at http://dev.synfig.com/ ."
);
throw 39;
}
- Glib::set_application_name(_("SYNFIG Studio"));
+ Glib::set_application_name(_("Synfig Studio"));
About about_window;
about_window.set_can_self_destruct(false);
if(
get_ui_interface()->yes_no(
"Auto Recovery",
- "SYNFIG Studio seems to have crashed\n"
+ "Synfig Studio seems to have crashed\n"
"before you could save all your files.\n"
"Would you like to re-open those files\n"
"and recover your unsaved changes?"
}
else
get_ui_interface()->error(
- _("SYNFIG Studio has attempted to recover\n"
+ _("Synfig Studio has attempted to recover\n"
"from a previous crash. The files that it has\n"
"recovered are NOT YET SAVED. It would be a good\n"
"idea to review them and save them now.")
/* === M E T H O D S ======================================================= */
Dialog_Setup::Dialog_Setup():
- Dialog(_("SYNFIG Studio Setup"),false,true),
+ Dialog(_("Synfig Studio Setup"),false,true),
adj_gamma_r(2.2,0.1,3.0,0.025,0.025,0.025),
adj_gamma_g(2.2,0.1,3.0,0.025,0.025,0.025),
adj_gamma_b(2.2,0.1,3.0,0.025,0.025,0.025),
if(canvas->count()!=1)
{
one_moment.hide();
- App::dialog_error_blocking(_("Error: Revert Failed"),_("The revert operation has failed. This can be due to it being\nreferenced by another composition that is already open, or\nbecause of an internal error in SYNFIG Studio. Try closing any\ncompositions that might reference this composition and try\nagain, or restart SYNFIG studio."));
+ App::dialog_error_blocking(_("Error: Revert Failed"),_("The revert operation has failed. This can be due to it being\nreferenced by another composition that is already open, or\nbecause of an internal error in Synfig Studio. Try closing any\ncompositions that might reference this composition and try\nagain, or restart Synfig Studio."));
one_moment.show();
}
canvas=0;