diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-10 20:15:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-10 20:15:02 +0000 |
commit | 66a5a3ee980520f1bb690b78e85b6105d0f80347 (patch) | |
tree | 6f84f83e07c1af460812090503ec7404cf92b8cd /plugins/Utils.pas/i_text_const.inc | |
parent | bd7fe0980cf5974c432b789323a3fe2f68a107d3 (diff) |
other pascal merge
git-svn-id: http://svn.miranda-ng.org/main/trunk@3966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Utils.pas/i_text_const.inc')
-rw-r--r-- | plugins/Utils.pas/i_text_const.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/Utils.pas/i_text_const.inc b/plugins/Utils.pas/i_text_const.inc new file mode 100644 index 0000000000..f674524725 --- /dev/null +++ b/plugins/Utils.pas/i_text_const.inc @@ -0,0 +1,9 @@ +const
+// IDD_TEXTFIELD = ;
+
+ IDC_TYPE = 1025;
+ IDC_SCRIPT_HELP = 1026;
+ IDC_TEXT_WRAP = 1027;
+ IDC_TEXT_SCRIPT = 1028;
+ IDC_TEXT_EDIT_W = 1029;
+ IDC_TEXT_EDIT_NW = 1030;
|