diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-25 21:29:38 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-25 21:29:38 +0000 |
commit | 8ddf68d1de78f2af6ce02f097b43c57253afbf8b (patch) | |
tree | b96bf0190f0cde02223094522d186e502f056ec2 /plugins/IEView/src/Options.cpp | |
parent | 36eeccd9e9abe424ff9cf63687c330d6b5b321ae (diff) |
portion of decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@6986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/Options.cpp')
-rw-r--r-- | plugins/IEView/src/Options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/Options.cpp b/plugins/IEView/src/Options.cpp index a74c703ce1..9c9959e24e 100644 --- a/plugins/IEView/src/Options.cpp +++ b/plugins/IEView/src/Options.cpp @@ -44,7 +44,7 @@ static tabPages[] = {
{ IEViewGeneralOptDlgProc, IDD_GENERAL_OPTIONS, LPGENT("General") },
{ IEViewSRMMOptDlgProc, IDD_SRMM_OPTIONS, LPGENT("Message Log") },
- { IEViewGroupChatsOptDlgProc, IDD_SRMM_OPTIONS, LPGENT("Group Chats") },
+ { IEViewGroupChatsOptDlgProc, IDD_SRMM_OPTIONS, LPGENT("Group chats") },
{ IEViewHistoryOptDlgProc, IDD_SRMM_OPTIONS, LPGENT("History") }
};
|