summaryrefslogtreecommitdiffstats
path: root/src/gui.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.cs')
-rwxr-xr-xsrc/gui.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui.cs b/src/gui.cs
index b5ab51a..5a4f64a 100755
--- a/src/gui.cs
+++ b/src/gui.cs
@@ -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;