Lines Matching defs:msg
332 Glib::ustring msg = _("Broken links have been changed to point to existing files.");
333 desktop->showInfoDialog(msg);
723 Glib::ustring msg;
725 msg = Glib::ustring::format(_("Document saved."));
727 msg = Glib::ustring::format(_("Document saved."), " ", doc->getURI());
729 SP_ACTIVE_DESKTOP->messageStack()->flash(Inkscape::NORMAL_MESSAGE, msg.c_str());
996 Glib::ustring msg;
999 msg = Glib::ustring::format(_("No changes need to be saved."));
1001 msg = Glib::ustring::format(_("No changes need to be saved."), " ", doc->getURI());
1003 SP_ACTIVE_DESKTOP->messageStack()->flash(Inkscape::WARNING_MESSAGE, msg.c_str());