[Libreoffice-commits] core.git: Branch 'aoo/trunk' - cui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Oct 14 16:08:14 UTC 2018
cui/source/options/optsave.src | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit e798a3177976806b4b726d2845251f2b11ae7bcd
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Sun Oct 14 14:51:35 2018 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Sun Oct 14 14:51:35 2018 +0000
Moved ODF warning up a bit
diff --git a/cui/source/options/optsave.src b/cui/source/options/optsave.src
index 15c23ec065cb..e743cc50ae88 100644
--- a/cui/source/options/optsave.src
+++ b/cui/source/options/optsave.src
@@ -224,16 +224,16 @@ TabPage RID_SFXPAGE_SAVE
};
FixedImage FI_ODF_WARNING
{
- Pos = MAP_APPFONT ( 12, 180 ) ;
+ Pos = MAP_APPFONT ( 12, 174 ) ;
Size = MAP_APPFONT ( 8, 8 ) ;
Hide = TRUE ;
};
FixedText FT_WARN
{
- Pos = MAP_APPFONT ( 23, 180 ) ;
+ Pos = MAP_APPFONT ( 23, 174 ) ;
Size = MAP_APPFONT ( 239, 8 ) ;
Hide = TRUE ;
- Text [ en-US ] = "Not using ODF 1.2 Extended may cause information to be lost!" ;
+ Text [ en-US ] = "Not using ODF 1.2 Extended may cause information to be lost." ;
};
Image IMG_ODF_WARNING
{
More information about the Libreoffice-commits
mailing list