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/TooltipNotify/src | |
| 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/TooltipNotify/src')
| -rw-r--r-- | plugins/TooltipNotify/src/TooltipNotify.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TooltipNotify/src/TooltipNotify.cpp b/plugins/TooltipNotify/src/TooltipNotify.cpp index fc24eac81a..3931c5aa29 100644 --- a/plugins/TooltipNotify/src/TooltipNotify.cpp +++ b/plugins/TooltipNotify/src/TooltipNotify.cpp @@ -23,7 +23,7 @@ static const int ID_TTNTF_STATUS_NOT_IDLE = ID_STATUS_INVISIBLE+12;  #define FONTSERV_GROUP   LPGENT("Tooltip Notify")
  #define FONTSERV_ONLINE  LPGENT("Online")
  #define FONTSERV_OFFLINE LPGENT("Offline")
 -#define FONTSERV_OTHER   LPGENT("Other Status")
 +#define FONTSERV_OTHER   LPGENT("Other status")
  #define FONTSERV_TYPING  LPGENT("Typing")
  #define FONTSERV_IDLE    LPGENT("Idle")
  | 
