shell: Use correct window icon
The window icon should match the icon specified in the desktop file. https://bugzilla.gnome.org/show_bug.cgi?id=724937
This commit is contained in:
parent
c33e98d1c7
commit
4ad8e2e85e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ G_DEFINE_TYPE_WITH_CODE (CcWindow, cc_window, GTK_TYPE_APPLICATION_WINDOW,
|
|||
#define MOUSE_BACK_BUTTON 8
|
||||
|
||||
#define DEFAULT_WINDOW_TITLE N_("All Settings")
|
||||
#define DEFAULT_WINDOW_ICON_NAME "preferences-desktop"
|
||||
#define DEFAULT_WINDOW_ICON_NAME "preferences-system"
|
||||
|
||||
#define SEARCH_PAGE "_search"
|
||||
#define OVERVIEW_PAGE "_overview"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue