diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-09-24 18:32:10 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-09-24 18:32:10 +0000 |
commit | 1b905cf66a68d09ffdfcfbe9ddf2dcba8120cf17 (patch) | |
tree | 1a54cdb185c490337e401c231e1514e13b7e388b /plugins/MirFox | |
parent | 555ce4dfcc5b028219da4e6401a32f7f976044ae (diff) |
MirFox: capital "f" in "Firefox"
git-svn-id: http://svn.miranda-ng.org/main/trunk@6212 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirFox')
-rw-r--r-- | plugins/MirFox/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirFox/res/resource.rc b/plugins/MirFox/res/resource.rc index d2410d97d1..d0cef9ce5a 100644 --- a/plugins/MirFox/res/resource.rc +++ b/plugins/MirFox/res/resource.rc @@ -59,7 +59,7 @@ BEGIN LTEXT "on middle mouse button click\n(note: use middle mouse button to send multiple messages from Firefox)",IDC1_LABEL4,26,92,256,32
COMBOBOX IDC1_COMBO3,26,132,256,15,CBS_DROPDOWNLIST | WS_TABSTOP
GROUPBOX "Firefox profiles",IDC1_STATIC_G2,17,162,275,55
- CONTROL "Show Miranda menu only in these firefox profiles (comma delimited)",IDC1_CHECK1,
+ CONTROL "Show Miranda menu only in these Firefox profiles (comma delimited)",IDC1_CHECK1,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,26,171,252,20
EDITTEXT IDC1_EDIT1,26,195,249,14,ES_AUTOHSCROLL
END
|