From 9a1d66f3b89465803c3dd20990727764545d815d Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 23 Aug 2022 17:20:45 +0300 Subject: [PATCH] Refactoring --- src/applicationinfo.hpp | 2 -- src/rc.rc | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/applicationinfo.hpp b/src/applicationinfo.hpp index e68a2172..a5130644 100644 --- a/src/applicationinfo.hpp +++ b/src/applicationinfo.hpp @@ -18,5 +18,3 @@ #define APP_INFO_ORIGINALFILENAME_STR "AxelChat.exe" #define APP_INFO_COMPANYDOMAIN_STR "https://www.youtube.com/channel/UCujkj8ZgVkscm34GA1Z8wTQ" - -#define APP_INFO_RC_TRANSLATION 0, 0 diff --git a/src/rc.rc b/src/rc.rc index 3192c172..44eae21a 100644 --- a/src/rc.rc +++ b/src/rc.rc @@ -36,6 +36,6 @@ BEGIN /* supports English language (0x409) in the Windows ANSI codepage (1252). */ /* VALUE "Translation", 0x409, 1252 */ - VALUE "Translation", APP_INFO_RC_TRANSLATION + VALUE "Translation", 0x0, 0 END END