Skip to content

Commit f63e697

Browse files
committed
update the window name
1 parent 81fdefd commit f63e697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/visp_desktop/windows/runner

apps/visp_desktop/windows/runner/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
2727
FlutterWindow window(project);
2828
Win32Window::Point origin(10, 10);
2929
Win32Window::Size size(1280, 720);
30-
if (!window.Create(L"visp_desktop", origin, size)) {
30+
if (!window.Create(L"VISP Desktop", origin, size)) {
3131
return EXIT_FAILURE;
3232
}
3333
window.SetQuitOnClose(true);

0 commit comments

Comments
 (0)