diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-01 18:16:04 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-01 18:16:04 +0000 |
commit | c97a1472f85733e0cf4f3423af6647ff2fa00520 (patch) | |
tree | 61a37070d96d8ea98abacee9a58418ea2915d6e0 /plugins/YAPP/src/options.cpp | |
parent | 686046823acca19e390051ca1b3decf7d001d117 (diff) |
crash fix for YAPP (on exit)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7023 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAPP/src/options.cpp')
-rw-r--r-- | plugins/YAPP/src/options.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/YAPP/src/options.cpp b/plugins/YAPP/src/options.cpp index 25685a25d6..accbc0f630 100644 --- a/plugins/YAPP/src/options.cpp +++ b/plugins/YAPP/src/options.cpp @@ -81,7 +81,8 @@ void SaveOptions() db_set_dw(0, MODULE, "AvatarPadding", options.av_padding);
}
-void ShowExamplePopups() {
+void ShowExamplePopups()
+{
PopupData pd = {sizeof(PopupData)};
pd.hIcon = hPopupIcon;
pd.flags = PDF_TCHAR;
|