1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 11:55:08 +03:00

spelling: download

This commit is contained in:
Josh Soref 2018-02-28 03:35:28 +00:00
parent 0537c34fbb
commit 661df047e3
2 changed files with 4 additions and 4 deletions

View File

@ -769,7 +769,7 @@ INT_PTR CALLBACK VpnWebDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam
Hide(hWnd, B_START); Hide(hWnd, B_START);
Hide(hWnd, S_INFO2); Hide(hWnd, S_INFO2);
Show(hWnd, S_INFO); Show(hWnd, S_INFO);
VwPrint(hWnd, msgInfDownloag); VwPrint(hWnd, msgInfDownload);
task.Thread = VwNewThread(VwTaskThread, NULL); task.Thread = VwNewThread(VwTaskThread, NULL);
break; break;

View File

@ -126,7 +126,7 @@ extern HINSTANCE hDllInstance;
static wchar_t *msgAppTitle = NULL; static wchar_t *msgAppTitle = NULL;
static char *msgNotSupported = NULL; static char *msgNotSupported = NULL;
static wchar_t *msgInfDownloag = NULL; static wchar_t *msgInfDownload = NULL;
static wchar_t *msgInfDownloadFailed = NULL; static wchar_t *msgInfDownloadFailed = NULL;
static wchar_t *msgBadInfFile = NULL; static wchar_t *msgBadInfFile = NULL;
static wchar_t *msgWriteFailed = NULL; static wchar_t *msgWriteFailed = NULL;
@ -147,7 +147,7 @@ static char *msgNoParam = NULL;
static void **_messages; static void **_messages;
typedef enum MessageType { typedef enum MessageType {
_e_msgAppTitle,_e_msgNotSupported,_e_msgInfDownloag,_e_msgInfDownloadFailed, _e_msgAppTitle,_e_msgNotSupported,_e_msgInfDownload,_e_msgInfDownloadFailed,
_e_msgBadInfFile,_e_msgWriteFailed,_e_msgDownloading,_e_msgProcessFailed, _e_msgBadInfFile,_e_msgWriteFailed,_e_msgDownloading,_e_msgProcessFailed,
_e_msgProcessCreating,_e_msgProcessCreated,_e_msgWarning,_e_msgWarningTitle, _e_msgProcessCreating,_e_msgProcessCreated,_e_msgWarning,_e_msgWarningTitle,
_e_msgUserCancel,_e_msgStartTextForVpnServer,_e_msgButtonForVpnServer,_e_msgProcessCreatedForVpnServer, _e_msgUserCancel,_e_msgStartTextForVpnServer,_e_msgButtonForVpnServer,_e_msgProcessCreatedForVpnServer,
@ -183,7 +183,7 @@ int LoadTables(char *pTag){
msgAppTitle=LoadMessageW(_e_msgAppTitle); msgAppTitle=LoadMessageW(_e_msgAppTitle);
msgNotSupported=LoadMessageA(_e_msgNotSupported); msgNotSupported=LoadMessageA(_e_msgNotSupported);
msgInfDownloag=LoadMessageW(_e_msgInfDownloag); msgInfDownload=LoadMessageW(_e_msgInfDownload);
msgInfDownloadFailed=LoadMessageW(_e_msgInfDownloadFailed); msgInfDownloadFailed=LoadMessageW(_e_msgInfDownloadFailed);
msgBadInfFile=LoadMessageW(_e_msgBadInfFile); msgBadInfFile=LoadMessageW(_e_msgBadInfFile);
msgWriteFailed=LoadMessageW(_e_msgWriteFailed); msgWriteFailed=LoadMessageW(_e_msgWriteFailed);