Skip to content

Commit 843adb7

Browse files
committed
[Windows] Update title for FlutterWindow.
1 parent b3f09c6 commit 843adb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/flutter_webrtc_demo.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ int main(int argc, char **argv) {
6666
flutter::FlutterWindowController flutter_controller(icu_data_path);
6767

6868
// Start the engine.
69-
if (!flutter_controller.CreateWindow(800, 600, "Testbed", assets_path,
69+
if (!flutter_controller.CreateWindow(800, 600, "Flutter WebRTC Demo", assets_path,
7070
arguments)) {
7171
return EXIT_FAILURE;
7272
}

0 commit comments

Comments
 (0)