Skip to content

Commit

Permalink
Merge pull request #1148 from UbuntuBudgie/master
Browse files Browse the repository at this point in the history
Set settings window title to match the .desktop name #1146
  • Loading branch information
ikeydoherty committed Sep 11, 2017
2 parents c2d75cd + a7ffe15 commit 69fd617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/settings/settings_main.vala
Expand Up @@ -48,7 +48,7 @@ public class SettingsWindow : Gtk.Window {
add(layout);

/* Have to override wmclass for pinning support */
set_title(_("Budgie Settings"));
set_title(_("Budgie Desktop Settings"));
set_wmclass("budgie-desktop-settings", "budgie-desktop-settings");
set_icon_name("preferences-desktop");

Expand Down

0 comments on commit 69fd617

Please sign in to comment.