Yasumichi Akahoshi
yasum****@users*****
2005年 4月 20日 (水) 23:57:49 JST
Index: cxplorer/src/cxplorer-window.c diff -u cxplorer/src/cxplorer-window.c:1.34 cxplorer/src/cxplorer-window.c:1.35 --- cxplorer/src/cxplorer-window.c:1.34 Wed Apr 20 23:29:15 2005 +++ cxplorer/src/cxplorer-window.c Wed Apr 20 23:57:48 2005 @@ -799,7 +799,7 @@ { GtkWidget *dialog; - dialog = cxp_about_dialog_new ("Cxplorer", VERSION, "http://cxplorer.sourceforge.jp/", "Copyright 2003-2004 Cxplorer Project", PACKAGE_PIXMAPS_DIR"/cxplorer.png"); + dialog = cxp_about_dialog_new ("Cxplorer", VERSION, "http://cxplorer.sourceforge.jp/", "Copyright 2003-2005 Cxplorer Project", PACKAGE_PIXMAPS_DIR"/cxplorer.png"); gtk_dialog_run (GTK_DIALOG (dialog)); gtk_widget_destroy (dialog); }