diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-12-08 17:01:40 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-12-08 17:01:40 +0000 |
commit | be6c9107147ab08f5a1d65fb25729b4a947d3387 (patch) | |
tree | bbc757fec93da71780795e5d00de51a0369184a5 /plugins/DbEditorPP | |
parent | a690e5d911bd85a5fbacff113e560a3af97f1713 (diff) |
- fixed accesibility issues in some plugins (fixes #514, #515, #516, #517)
- typo in Whatsapp corrected
git-svn-id: http://svn.miranda-ng.org/main/trunk@7085 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP')
-rw-r--r-- | plugins/DbEditorPP/res/resource.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/DbEditorPP/res/resource.rc b/plugins/DbEditorPP/res/resource.rc index 66a873c4bf..cfdedb3b69 100644 --- a/plugins/DbEditorPP/res/resource.rc +++ b/plugins/DbEditorPP/res/resource.rc @@ -56,6 +56,7 @@ END IDD_OPTIONS DIALOGEX 0, 0, 314, 239
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "Restore last opened position",IDC_RESTORESETTINGS,
|