diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-27 20:15:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-27 20:15:24 +0000 |
commit | 93fa5c2dba54c059545429ebd8acc07c1084bec0 (patch) | |
tree | 12d36d7a0b9b6a2af689b7f675af9429fcf4699c /protocols/MRA/src/MraConstans.h | |
parent | f1e65ee68af73283b4b23c447ec2a4672dae4691 (diff) |
MRA xStatus icon #50 added: mobile
git-svn-id: http://svn.miranda-ng.org/main/trunk@7920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src/MraConstans.h')
-rw-r--r-- | protocols/MRA/src/MraConstans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MRA/src/MraConstans.h b/protocols/MRA/src/MraConstans.h index 9dac17aa59..26133e59d7 100644 --- a/protocols/MRA/src/MraConstans.h +++ b/protocols/MRA/src/MraConstans.h @@ -232,7 +232,7 @@ extern const LPSTR lpcszStatusUri[]; extern const LPWSTR lpcszXStatusNameDef[];
#define MRA_XSTATUS_MENU "/menuXStatus"
-#define MRA_XSTATUS_COUNT 50
+#define MRA_XSTATUS_COUNT 51
#define MRA_MIR_XSTATUS_NONE 0
#define MRA_MIR_XSTATUS_UNKNOWN MRA_XSTATUS_COUNT
|