diff options
-rwxr-xr-x | src/gui.cs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,7 +41,7 @@ namespace gfax { public class Gfax : Program { - const string VERSION = "0.7.7"; + static string VERSION = Defines.VERSION; const string NAME = "Gfax"; const string APPNAME = "Gfax"; @@ -208,7 +208,7 @@ Please login as the root user and create the " StatusText.Buffer = StatusTextBuffer; // Set the program icon - Gdk.Pixbuf Icon = new Gdk.Pixbuf(null, "gfax.png"); + Gdk.Pixbuf Icon = Gtk.IconTheme.Default.LoadIcon ("gfax", 48, 0); gfax.MainWindow = GfaxWindow; |