wok annotate beaver/stuff/icon.patch @ rev 21720

updated ptlib and ptlib-dev (2.6.5 -> 2.10.11)
author Hans-G?nter Theisgen
date Wed Jun 12 14:43:00 2019 +0100 (2019-06-12)
parents
children
rev   line source
al@19275 1 --- a/src/interface.c
al@19275 2 +++ b/src/interface.c
al@19275 3 @@ -1922,7 +1922,7 @@
al@19275 4
al@19275 5 /* set the beaver logo as the default logo for
al@19275 6 * all windows to be opened */
al@19275 7 - gtk_window_set_default_icon_from_file (ICON_DIR "/beaver.png", NULL);
al@19275 8 + gtk_window_set_default_icon_name ("beaver");
al@19275 9
al@19275 10 /* initialize settings */
al@19275 11 Settings = init_settings ();