summaryrefslogtreecommitdiff
path: root/plugins/VersionInfo/src/dlgHandlers.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-06-30 16:27:11 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-06-30 16:27:11 +0000
commit00e955153e8716fa37b02304770fdd69b74d0e92 (patch)
tree561980f1d64e2ac44b0c0ec9b6411617b724b3a7 /plugins/VersionInfo/src/dlgHandlers.cpp
parent54e2bdf48df375e4bb80e010eb045d6e967a934d (diff)
VI report format adopted to CrashDumper
git-svn-id: http://svn.miranda-ng.org/main/trunk@5195 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/VersionInfo/src/dlgHandlers.cpp')
-rw-r--r--plugins/VersionInfo/src/dlgHandlers.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/VersionInfo/src/dlgHandlers.cpp b/plugins/VersionInfo/src/dlgHandlers.cpp
index 6ffb2cf332..e6242c6bf6 100644
--- a/plugins/VersionInfo/src/dlgHandlers.cpp
+++ b/plugins/VersionInfo/src/dlgHandlers.cpp
@@ -487,9 +487,8 @@ INT_PTR CALLBACK DlgProcOpts(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
EnableWindow(GetDlgItem(hWnd, IDC_GETINFONOW), TRUE);
//Disabled plugins too?
db_set_b(NULL, ModuleName, "ShowInactive", IsDlgButtonChecked(hWnd, IDC_DISABLEDTOO)?TRUE:FALSE);
-
- GetStringFromDatabase("UUIDCharMark", _T(DEF_UUID_CHARMARK), PLUGIN_UUID_MARK, cPLUGIN_UUID_MARK);
- } }
+ }
+ }
break;
}