gimp r28159 - in branches/gimp-2-6: . app
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r28159 - in branches/gimp-2-6: . app
- Date: Mon, 16 Mar 2009 13:15:50 +0000 (UTC)
Author: tml
Date: Mon Mar 16 13:15:50 2009
New Revision: 28159
URL: http://svn.gnome.org/viewvc/gimp?rev=28159&view=rev
Log:
2009-03-16 Tor Lillqvist <tml iki fi>
* app/version.c (gimp_show_library_version): The build-time and
run-time versions were swapped in the output.
Modified:
branches/gimp-2-6/ChangeLog
branches/gimp-2-6/app/version.c
Modified: branches/gimp-2-6/app/version.c
==============================================================================
--- branches/gimp-2-6/app/version.c (original)
+++ branches/gimp-2-6/app/version.c Mon Mar 16 13:15:50 2009
@@ -62,7 +62,7 @@
/* show versions of libraries used by GIMP */
g_print (_("using %s version %s (compiled against version %s)"),
- package, build_time_version, run_time_version);
+ package, run_time_version, build_time_version);
g_print ("\n");
g_free (run_time_version);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]