Use standard icon names in demos and tests

This commit is contained in:
Javier Jardón
2010-08-21 03:08:15 +02:00
parent 005e8a6c2f
commit 9016f0d9a6
4 changed files with 6 additions and 6 deletions

View File

@ -443,7 +443,7 @@ do_appwindow (GtkWidget *do_widget)
gtk_window_set_screen (GTK_WINDOW (window),
gtk_widget_get_screen (do_widget));
gtk_window_set_title (GTK_WINDOW (window), "Application Window");
gtk_window_set_icon_name (GTK_WINDOW (window), "gtk-open");
gtk_window_set_icon_name (GTK_WINDOW (window), "document-open");
/* NULL window variable when window is closed */
g_signal_connect (window, "destroy",