summaryrefslogtreecommitdiff
path: root/plugins/Utils.pas/editwrapper.pas
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2015-01-28 06:34:50 +0000
committerAlexey Kulakov <panda75@bk.ru>2015-01-28 06:34:50 +0000
commit0bc017159442fed3020f64da88adbb3d9ab2a03b (patch)
treeba723bc439207b527fe4b2b9baa5e68dd6953ccf /plugins/Utils.pas/editwrapper.pas
parent86dfe0c06437f79fd6f5bdfe34659339ef9cf525 (diff)
Pascal: miranda API updates
git-svn-id: http://svn.miranda-ng.org/main/trunk@11937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Utils.pas/editwrapper.pas')
-rw-r--r--plugins/Utils.pas/editwrapper.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/editwrapper.pas b/plugins/Utils.pas/editwrapper.pas
index c5a8c3702f..6572db56e4 100644
--- a/plugins/Utils.pas/editwrapper.pas
+++ b/plugins/Utils.pas/editwrapper.pas
@@ -32,7 +32,7 @@ function ShowEditBox(parent:HWND;var text:PWideChar;title:PWideChar):int_ptr;
implementation
-uses messages,commctrl,common,wrapper;
+uses messages,common,wrapper;
{$R editwrapper.res}
{$include 'i_text_const.inc'}