X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fdefaults.cpp;h=2e47a27ba84701ef70de938c8629a86e763ad837;hb=176323555ae58da5fec1ac843e0c613a0b9dabba;hp=9f89b0de760445444662981ffd7163d503029e8d;hpb=df3db592b57a92dd99a97d769152da1492cdea0e;p=xestiaab%2F.git diff --git a/source/common/defaults.cpp b/source/common/defaults.cpp index 9f89b0d..2e47a27 100644 --- a/source/common/defaults.cpp +++ b/source/common/defaults.cpp @@ -181,6 +181,7 @@ void SetupDefaultSettings(){ accountConfigData->Write(wxT("username"), wxT("")); accountConfigData->Write(wxT("password"), wxT("")); accountConfigData->Write(wxT("prefix"), wxT("")); + accountConfigData->Write(wxT("refresh"), wxT("1800")); }