Skip to content

Commit 6abcc07

Browse files
Merge pull request #322 from Yuvaraj-Gajaraj/master
Linux desktop support file updated
2 parents 2b709fd + 6a4cfd1 commit 6abcc07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux/my_application.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ static void my_application_activate(GApplication* application) {
4040
if (use_header_bar) {
4141
GtkHeaderBar *header_bar = GTK_HEADER_BAR(gtk_header_bar_new());
4242
gtk_widget_show(GTK_WIDGET(header_bar));
43-
gtk_header_bar_set_title(header_bar, "flutter_examples");
43+
gtk_header_bar_set_title(header_bar, "Demos & Examples of Syncfusion Flutter Widgets");
4444
gtk_header_bar_set_show_close_button(header_bar, TRUE);
4545
gtk_window_set_titlebar(window, GTK_WIDGET(header_bar));
4646
}
4747
else {
48-
gtk_window_set_title(window, "flutter_examples");
48+
gtk_window_set_title(window, "Demos & Examples of Syncfusion Flutter Widgets");
4949
}
5050

5151
gtk_window_set_default_size(window, 1280, 720);

0 commit comments

Comments
 (0)