Skip to content

Commit

Permalink
icon name in desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian K. White committed Mar 16, 2019
1 parent 42cd529 commit 7a6330c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mainline.desktop.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Exec=BRANDING_SHORTNAME-gtk
Type=Application
GenericName=BRANDING_LONGNAME
Terminal=false
Icon=ukuu
Icon=BRANDING_SHORTNAME
Comment=BRANDING_LONGNAME
X-KDE-StartupNotify=false
Categories=System;
2 changes: 1 addition & 1 deletion src/Gtk/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ public class MainWindow : Gtk.Window{

dialog.program_name = BRANDING_LONGNAME;
dialog.comments = _("Kernel upgrade utility for Ubuntu-based distributions");
dialog.copyright = "Original: \"ukuu\" © 2015-18 Tony George\nForked: \""+BRANDING_SHORTNAME+"\"2019 "+BRANDING_AUTHORNAME+" ("+BRANDING_AUTHOREMAIL+")";
dialog.copyright = "Original: \"ukuu\" © 2015-18 Tony George\nForked: \""+BRANDING_SHORTNAME+"\" 2019 "+BRANDING_AUTHORNAME+" ("+BRANDING_AUTHOREMAIL+")";
dialog.version = BRANDING_VERSION;
dialog.logo = get_app_icon(128);

Expand Down

0 comments on commit 7a6330c

Please sign in to comment.