gedit r6748 - in trunk: . plugins/time



Author: icq
Date: Mon Dec 29 13:31:13 2008
New Revision: 6748
URL: http://svn.gnome.org/viewvc/gedit?rev=6748&view=rev

Log:
2008-12-29  Ignacio Casal Quinteiro  <nacho resa gmail com>

        * plugins/time/gedit-time-plugin.c:
        %D format is not supported on win32.



Modified:
   trunk/ChangeLog
   trunk/plugins/time/gedit-time-plugin.c

Modified: trunk/plugins/time/gedit-time-plugin.c
==============================================================================
--- trunk/plugins/time/gedit-time-plugin.c	(original)
+++ trunk/plugins/time/gedit-time-plugin.c	Mon Dec 29 13:31:13 2008
@@ -73,7 +73,9 @@
 	"%a %d %b %Y %H:%M:%S",
 	"%d/%m/%Y",
 	"%d/%m/%y",
-	"%D",
+#ifndef G_OS_WIN32
+	"%D", //This one is not supported on win32
+#endif
 	"%A %d %B %Y",
 	"%A %B %d %Y",
 	"%Y-%m-%d",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]