diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 11:54:43 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 11:54:43 +0000 |
commit | d6963825060493cd956b9ab758169438328c5f12 (patch) | |
tree | 895730fe584d6700bd351a067f6aa99ea36846ae /plugins/BuddyPounce/src/dialog.cpp | |
parent | 07209607fbe1018503f1304bedff37daea7e9e82 (diff) |
BuddyPounce - common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyPounce/src/dialog.cpp')
-rw-r--r-- | plugins/BuddyPounce/src/dialog.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/BuddyPounce/src/dialog.cpp b/plugins/BuddyPounce/src/dialog.cpp index 64f3400f94..df0e873783 100644 --- a/plugins/BuddyPounce/src/dialog.cpp +++ b/plugins/BuddyPounce/src/dialog.cpp @@ -1,4 +1,4 @@ -#include "headers.h"
+#include "stdafx.h"
void populateSettingsList(HWND hwnd2List)
{
@@ -44,7 +44,6 @@ void saveLastSetting(MCONTACT hContact, HWND hwnd) GetDlgItemText(hwnd, IDC_SETTINGNUMBER, number, SIZEOF(number));
db_set_b(hContact, modname, "GiveUpDays", (BYTE)_ttoi(number));
{
- time_t today = time(NULL);
db_set_dw(hContact, modname, "GiveUpDate", (DWORD)(_ttoi(number)*SECONDSINADAY));
}
break;
|