Tag version 0.4.0.
This commit is contained in:
4
gui.c
4
gui.c
@@ -1164,9 +1164,9 @@ static void action_show_about_dialog_cb(GtkAction *action)
|
|||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static const gchar copyright[] = "Copyright \xc2\xa9 2009 Tomasz Moń";
|
static const gchar copyright[] = "Copyright \xc2\xa9 2009-2013 Tomasz Moń";
|
||||||
static const gchar website[] = "http://desowin.org/gdigi/";
|
static const gchar website[] = "http://desowin.org/gdigi/";
|
||||||
static const gchar version[] = "0.3.0";
|
static const gchar version[] = "0.4.0";
|
||||||
|
|
||||||
GtkWidget *window = g_object_get_data(G_OBJECT(action), "window");
|
GtkWidget *window = g_object_get_data(G_OBJECT(action), "window");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user