aboutsummaryrefslogtreecommitdiff
path: root/win32/main.c
diff options
context:
space:
mode:
authorTakamichi Horikawa <takamichiho@gmail.com>2018-01-03 23:32:07 +0900
committerTakamichi Horikawa <takamichiho@gmail.com>2018-01-03 23:32:07 +0900
commit0f8ada275cae8d6e4517307ca9a93c6c0fa6146e (patch)
tree765d0d4a5539dc1f129d4224aa796e8d39f1bafe /win32/main.c
parent14781af5d17e83285054804b2093d3579d49dbbd (diff)
renamed to 98fmplayer
Diffstat (limited to 'win32/main.c')
-rw-r--r--win32/main.c2
1 files changed, 1 insertions, 1 deletions
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,