Skip to content

Commit

Permalink
Added a message so people know it has been modded
Browse files Browse the repository at this point in the history
  • Loading branch information
Novynn committed Apr 4, 2015
1 parent ccda83d commit 68d26ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vc9/DotAReplay.rc
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,15 @@ BEGIN
EDITTEXT IDC_UPDATEINFO,7,7,346,161,ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
END

IDD_ABOUTBOX DIALOGEX 0, 0, 235, 44
IDD_ABOUTBOX DIALOGEX 0, 0, 235, 59
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About DotAReplay"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
ICON "",IDC_APPICON,7,6,21,20
LTEXT "DotAReplay",IDC_APPINFO,45,10,119,8,SS_NOPREFIX | NOT WS_GROUP
LTEXT "By d07.RiV, http://rivsoft.narod.ru/",IDC_STATIC,45,25,119,8
LTEXT "By d07.RiV, http://rivsoft.narod.ru/", IDC_STATIC, 45, 25, 119, 8
LTEXT "Edited by Neco ([email protected])", IDC_STATIC, 45, 40, 119, 8
DEFPUSHBUTTON "OK",IDOK,178,6,50,14,WS_GROUP
PUSHBUTTON "Website",IDC_OPENWEB,178,23,50,14
END
Expand Down

0 comments on commit 68d26ef

Please sign in to comment.