diff options
author | George Hazan <ghazan@miranda.im> | 2022-02-08 19:22:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-02-08 19:22:02 +0300 |
commit | 760867149a99443036f53c73190d53bd87039def (patch) | |
tree | 1711908197fb43057a11ba71fbd0019553b65c52 /plugins/IEView/src/Template.h | |
parent | 5aebbf6c518190ea03ef3e26ef3f0cd74ff928ce (diff) |
fixes #3023 (IEView: не отображаются подписи к файлтрансферам)
Diffstat (limited to 'plugins/IEView/src/Template.h')
-rw-r--r-- | plugins/IEView/src/Template.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/IEView/src/Template.h b/plugins/IEView/src/Template.h index a42c4c92af..64ac8ab561 100644 --- a/plugins/IEView/src/Template.h +++ b/plugins/IEView/src/Template.h @@ -60,7 +60,6 @@ public: STATUSMSG,
NICKIN,
NICKOUT,
- FILEDESC,
};
Token(int, const char *, int);
|