Comment out some debugging spam; update copyright

This commit is contained in:
Søren Sandmann Pedersen
2009-09-25 11:24:40 -04:00
parent 9072f891fd
commit 8df1145c84
2 changed files with 7 additions and 1 deletions

View File

@ -665,7 +665,7 @@ on_about_activated (GtkWidget *widget, gpointer data)
gtk_show_about_dialog (GTK_WINDOW (app->main_window),
"logo", app->icon,
name_property, APPLICATION_NAME,
"copyright", "Copyright 2004-2008, S"OSLASH"ren Sandmann",
"copyright", "Copyright 2004-2009, S"OSLASH"ren Sandmann",
"version", PACKAGE_VERSION,
NULL);
}