diff options
author | Krisztian Pinter <pin.terminator@gmail.com> | 2013-03-11 12:46:18 +0100 |
---|---|---|
committer | Bosdonnat Cedric <cedric.bosdonnat@free.fr> | 2013-03-11 14:37:09 +0000 |
commit | 8933f19100adbf9f2601db0f3ac67dd3b1887ef7 (patch) | |
tree | 5f643258ba95c6ba87635882a99041dc8a8dd598 /cui | |
parent | 68c3dfc3119a50ee9c9c6d65f4c656637152bbad (diff) |
fdo#47011 autosave feature
removed unnecessary prop. name "Document/UserAutoSave" from saveopt.cxx
fixed autosave feature setting "losing its value"
set autosave feature default value to False
Change-Id: I473154b21bab53bf595a5a59e87dc16e472dcbf9
Reviewed-on: https://gerrit.libreoffice.org/2663
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optsave.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optsave.src b/cui/source/options/optsave.src index 68f0b54baa0b..71b29d665564 100644 --- a/cui/source/options/optsave.src +++ b/cui/source/options/optsave.src @@ -113,7 +113,7 @@ TabPage RID_SFXPAGE_SAVE }; CheckBox BTN_USERAUTOSAVE { - HelpID = "cui:CheckBox:RID_SFXPAGE_SAVE:BTN_USERAUTOSAVE"; //? FIX ME + HelpID = "cui:CheckBox:RID_SFXPAGE_SAVE:BTN_USERAUTOSAVE"; Pos = MAP_APPFONT ( 21 , 74 ) ; Size = MAP_APPFONT ( 163 , 10 ) ; Text [ en-US ] = "Automatically save the document too" ; |