Skip to content

Commit

Permalink
set settings window title to match the .desktop name #1146
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Sep 9, 2017
1 parent c2d75cd commit a7ffe15
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 a7ffe15

Please sign in to comment.