Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
t-d-k committed Aug 22, 2014
1 parent e667abc commit 047db92
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/PC/gui/common/CommonSettings.pas
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,10 @@ implementation
// -- Check for updates section --
SECTION_CHKUPDATE = 'Updates';
OPT_CHKUPDATE_FREQ = 'CheckFrequency';
DFLT_OPT_CHKUPDATE_FREQ = ufNever;
DFLT_OPT_CHKUPDATE_FREQ = ufMonthly;
OPT_CHKUPDATE_LASTCHECKED = 'LastChecked';
DFLT_OPT_CHKUPDATE_LASTCHECKED = '19000101';
//this should be release date and updated with each release
DFLT_OPT_CHKUPDATE_LASTCHECKED = '20140820'; { TODO 1 -otdk -ctest : auto update not tested }
OPT_CHKUPDATE_SUPPRESSNOTIFYVERMAJOR = 'SuppressNotifyVerMajor';
DFLT_OPT_CHKUPDATE_SUPPRESSNOTIFYVERMAJOR = 0;
OPT_CHKUPDATE_SUPPRESSNOTIFYVERMINOR = 'SuppressNotifyVerMinor';
Expand Down Expand Up @@ -526,7 +527,7 @@ function TSettings.GetSettingsFilename(loc: TSettingsSaveLocation): string;

slProfile:
begin
filenameAndPath := SDUGetSpecialFolderPath(CSIDL_PERSONAL)+
filenameAndPath := SDUGetSpecialFolderPath(CSIDL_APPDATA)+
'\'+
iniFilenameOnly
end;
Expand Down

0 comments on commit 047db92

Please sign in to comment.