mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Rename "new account" button resource to reflect actual purpose.
This commit is contained in:
@ -112,7 +112,7 @@ BEGIN
|
|||||||
RTEXT "Product String",IDC_PRODUCTSTRING,88,86,194,8
|
RTEXT "Product String",IDC_PRODUCTSTRING,88,86,194,8
|
||||||
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,49,
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,49,
|
||||||
288,168
|
288,168
|
||||||
PUSHBUTTON "Need an account?",IDC_URULOGIN_GAMETAPLINK,95,183,110,
|
PUSHBUTTON "Need an account?",IDC_URULOGIN_NEWACCTLINK,95,183,110,
|
||||||
14,BS_FLAT
|
14,BS_FLAT
|
||||||
END
|
END
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#define IDC_RICHEDIT22 1028
|
#define IDC_RICHEDIT22 1028
|
||||||
#define IDC_AUTH_TEXT 1029
|
#define IDC_AUTH_TEXT 1029
|
||||||
#define IDC_BUTTON1 1030
|
#define IDC_BUTTON1 1030
|
||||||
#define IDC_URULOGIN_GAMETAPLINK 1030
|
#define IDC_URULOGIN_NEWACCTLINK 1030
|
||||||
#define IDC_AUTH_MESSAGE 1031
|
#define IDC_AUTH_MESSAGE 1031
|
||||||
#define IDC_PRODUCTSTRING 1033
|
#define IDC_PRODUCTSTRING 1033
|
||||||
#define IDC_STATUS_TEXT 1034
|
#define IDC_STATUS_TEXT 1034
|
||||||
|
@ -1091,7 +1091,7 @@ BOOL CALLBACK UruLoginDialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM
|
|||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
else if (HIWORD(wParam) == BN_CLICKED && LOWORD(wParam) == IDC_URULOGIN_GAMETAPLINK)
|
else if (HIWORD(wParam) == BN_CLICKED && LOWORD(wParam) == IDC_URULOGIN_NEWACCTLINK)
|
||||||
{
|
{
|
||||||
const char* signupurl = GetServerSignupUrl();
|
const char* signupurl = GetServerSignupUrl();
|
||||||
ShellExecuteA(NULL, "open", signupurl, NULL, NULL, SW_SHOWNORMAL);
|
ShellExecuteA(NULL, "open", signupurl, NULL, NULL, SW_SHOWNORMAL);
|
||||||
|
Reference in New Issue
Block a user