Done, commit to Subersion sources.
r2053-scorpio810.diff
Modified: trunk/sources/diagramview.cpp
===================================================================
--- trunk/sources/diagramview.cpp 2013-03-03 16:02:46 UTC (rev 2052)
+++ trunk/sources/diagramview.cpp 2013-03-03 16:59:52 UTC (rev 2053)
@@ -486,9 +486,9 @@
QString view_title;
QString diagram_title(scene -> title());
if (diagram_title.isEmpty()) {
- view_title = tr("Sch\351ma sans titre");
+ view_title = tr("Sans titre");
} else {
- view_title = QString("%1").arg(diagram_title);
+ view_title = diagram_title;
}
return(view_title);
}
"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !