We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f78a89 commit de9afb4Copy full SHA for de9afb4
experimental/desktop_photo_search/linux/my_application.cc
@@ -40,11 +40,11 @@ static void my_application_activate(GApplication* application) {
40
if (use_header_bar) {
41
GtkHeaderBar* header_bar = GTK_HEADER_BAR(gtk_header_bar_new());
42
gtk_widget_show(GTK_WIDGET(header_bar));
43
- gtk_header_bar_set_title(header_bar, "desktop_photo_search");
+ gtk_header_bar_set_title(header_bar, "Desktop Photo Search");
44
gtk_header_bar_set_show_close_button(header_bar, TRUE);
45
gtk_window_set_titlebar(window, GTK_WIDGET(header_bar));
46
} else {
47
- gtk_window_set_title(window, "desktop_photo_search");
+ gtk_window_set_title(window, "Desktop Photo Search");
48
}
49
50
gtk_window_set_default_size(window, 1280, 720);
0 commit comments