gedit r6749 - trunk/plugins/time



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

Log:
Use /* instead // for commenting


Modified:
   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:41:23 2008
@@ -74,7 +74,7 @@
 	"%d/%m/%Y",
 	"%d/%m/%y",
 #ifndef G_OS_WIN32
-	"%D", //This one is not supported on win32
+	"%D", /* This one is not supported on win32 */
 #endif
 	"%A %d %B %Y",
 	"%A %B %d %Y",



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