mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 00:38:01 +00:00
Uncrustify string for translators
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28203 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
933ab5545c
commit
31d7519b13
@ -104,9 +104,9 @@ static QString version()
|
|||||||
loc_release_date = toqstr(lyx_release_date);
|
loc_release_date = toqstr(lyx_release_date);
|
||||||
}
|
}
|
||||||
docstring version_date =
|
docstring version_date =
|
||||||
bformat(_("LyX Version %1$s\n(%2$s)\n\n"),
|
bformat(_("LyX Version %1$s\n(%2$s)"),
|
||||||
from_ascii(lyx_version),
|
from_ascii(lyx_version),
|
||||||
qstring_to_ucs4(loc_release_date));
|
qstring_to_ucs4(loc_release_date))+"\n\n";
|
||||||
QString res;
|
QString res;
|
||||||
QTextStream out(&res);
|
QTextStream out(&res);
|
||||||
out << toqstr(version_date);
|
out << toqstr(version_date);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user