Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
3dproger committed Aug 23, 2022
1 parent 23bd698 commit 9a1d66f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/applicationinfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/rc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9a1d66f

Please sign in to comment.