From 0f660196c482f59038d1d86fe1ab949fd7a8e94f Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 5 Dec 2022 23:31:41 +0300 Subject: Telegram: fix prototol name --- .../Telegram/proto_telegram/Proto_Telegram.vcxproj.filters | 14 ++++++++++++++ .../Telegram/proto_telegram/Proto_Tox.vcxproj.filters | 14 -------------- protocols/Telegram/proto_telegram/src/resource.h | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 protocols/Telegram/proto_telegram/Proto_Telegram.vcxproj.filters delete mode 100644 protocols/Telegram/proto_telegram/Proto_Tox.vcxproj.filters (limited to 'protocols/Telegram') diff --git a/protocols/Telegram/proto_telegram/Proto_Telegram.vcxproj.filters b/protocols/Telegram/proto_telegram/Proto_Telegram.vcxproj.filters new file mode 100644 index 0000000000..19bac99d33 --- /dev/null +++ b/protocols/Telegram/proto_telegram/Proto_Telegram.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/protocols/Telegram/proto_telegram/Proto_Tox.vcxproj.filters b/protocols/Telegram/proto_telegram/Proto_Tox.vcxproj.filters deleted file mode 100644 index 19bac99d33..0000000000 --- a/protocols/Telegram/proto_telegram/Proto_Tox.vcxproj.filters +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/protocols/Telegram/proto_telegram/src/resource.h b/protocols/Telegram/proto_telegram/src/resource.h index bed700edf5..12364e6a49 100644 --- a/protocols/Telegram/proto_telegram/src/resource.h +++ b/protocols/Telegram/proto_telegram/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. -// Used by Proto_Tox.rc +// Used by Proto_Telegram.rc // #define IDI_ICON1 105 #define IDI_ICON2 104 -- cgit v1.2.3