diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-04 23:42:22 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-04 23:42:22 +0000 |
commit | 6273b7bfe9f1c20dd32bad9dfa06b3323372be87 (patch) | |
tree | 6ac9573142e2f99782944f01ad488690efe4b793 /plugins/Utils.pas | |
parent | e5a41d87624c428ef1a2930859039b6f4c11e70a (diff) |
unneeded capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@6777 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Utils.pas')
-rw-r--r-- | plugins/Utils.pas/structopts.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/structopts.rc b/plugins/Utils.pas/structopts.rc index f9fa75e0d1..f7e4a2750e 100644 --- a/plugins/Utils.pas/structopts.rc +++ b/plugins/Utils.pas/structopts.rc @@ -4,7 +4,7 @@ LANGUAGE 0,0 IDD_STRUCTURE DIALOGEX 0, 0, 348,184, 0
STYLE DS_SETFONT | DS_FIXEDSYS | WS_VISIBLE | WS_THICKFRAME
-CAPTION "Structure Editor"
+CAPTION "Structure editor"
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0
{
|