From 0f8ada275cae8d6e4517307ca9a93c6c0fa6146e Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Wed, 3 Jan 2018 23:32:07 +0900 Subject: renamed to 98fmplayer --- win32/about.c | 2 +- win32/fmplayer.mak | 2 +- win32/main.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'win32') diff --git a/win32/about.c b/win32/about.c index c6c1e7c..ff8f165 100644 --- a/win32/about.c +++ b/win32/about.c @@ -105,7 +105,7 @@ static bool on_create(HWND hwnd, const CREATESTRUCT *cs) { hwnd, 0, g.hinst, 0); SetWindowFont(g.static_help, g.font, TRUE); g.static_main = CreateWindowEx(0, L"static", - L"FMPlayer/Win32 " ABOUT_ARCH " v" FMPLAYER_VERSION_STR, + L"98FMPlayer/Win32 " ABOUT_ARCH " v" FMPLAYER_VERSION_STR, WS_CHILD | WS_VISIBLE, 150, 10, 400, 40, hwnd, 0, g.hinst, 0); diff --git a/win32/fmplayer.mak b/win32/fmplayer.mak index 383186b..8bbf8ae 100644 --- a/win32/fmplayer.mak +++ b/win32/fmplayer.mak @@ -1,4 +1,4 @@ -TARGET=fmplayer.exe +TARGET=98fmplayer.exe ICON=../fmplayer.ico ICONFILES=../fmplayer.png ../fmplayer32.png diff --git a/win32/main.c b/win32/main.c index 8bee805..fa7d7e2 100644 --- a/win32/main.c +++ b/win32/main.c @@ -818,7 +818,7 @@ int CALLBACK wWinMain(HINSTANCE hinst, HINSTANCE hpinst, #endif g.mainwnd = CreateWindowEx( exStyle, - (wchar_t*)((uintptr_t)wcatom), L"FMPlayer/Win32 " WIN64STR "v" FMPLAYER_VERSION_STR, + (wchar_t*)((uintptr_t)wcatom), L"98FMPlayer/Win32 " WIN64STR "v" FMPLAYER_VERSION_STR, style, CW_USEDEFAULT, CW_USEDEFAULT, wr.right-wr.left, wr.bottom-wr.top, -- cgit v1.2.3