X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Fdefaults.cpp;h=2e47a27ba84701ef70de938c8629a86e763ad837;hp=9f89b0de760445444662981ffd7163d503029e8d;hb=458cff8813367583466a3d208140573ce9d9c561;hpb=0690fc58f73ac6938d29f6df9d66ce96c43516ce 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")); }