flutter: windows: Change title to "Mill (N Men's Morris)"
(cherry picked from commit 2852dbf1f7
)
This commit is contained in:
parent
82b7c1374d
commit
89ef5c2dcd
|
@ -30,7 +30,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
|
|||
FlutterWindow window(&run_loop, project);
|
||||
Win32Window::Point origin(10, 10);
|
||||
Win32Window::Size size(428, 926);
|
||||
if (!window.CreateAndShow(L"Mill Game", origin, size)) {
|
||||
if (!window.CreateAndShow(L"Mill (N Men's Morris)", origin, size)) {
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
window.SetQuitOnClose(true);
|
||||
|
|
Loading…
Reference in New Issue