Skip to content

Commit

Permalink
Added more build info to "about" screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ata4 committed Sep 22, 2017
1 parent 4bdbe2f commit 19f596e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion plugin-zilmar/gfx_1.3.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,15 @@ EXPORT void CALL CloseDLL(void)

EXPORT void CALL DllAbout(HWND hParent)
{
msg_warning(CORE_BASE_NAME ". MESS source code used.");
msg_warning(
CORE_NAME "\n\n"
"Build commit:\n"
GIT_BRANCH "\n"
GIT_COMMIT_HASH "\n"
GIT_COMMIT_DATE "\n\n"
"Build date: " __DATE__ " " __TIME__ "\n\n"
"https://github.com/ata4/angrylion-rdp-plus"
);
}

EXPORT void CALL DllConfig(HWND hParent)
Expand Down

0 comments on commit 19f596e

Please sign in to comment.