Use themed icons for WM hint.

This commit is contained in:
Frédéric Crozat 2004-08-20 16:50:57 +00:00
parent 29a43bc7d2
commit 347006e0d8
27 changed files with 82 additions and 15 deletions

View file

@ -252,7 +252,7 @@ main (int argc, char **argv)
gtk_notebook_set_current_page (GTK_NOTEBOOK (WID ("keyboard_notebook")), 3);
}
capplet_set_icon (WID ("keyboard_dialog"),
"keyboard-capplet.png");
"gnome-dev-keyboard");
gtk_widget_show (WID ("keyboard_dialog"));
gtk_main ();
}