From b24934e186456b50d7702192ec3a270926831791 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 25 Aug 2015 14:40:58 +0300 Subject: drop support for win32/osx and checkupdate plugin that plugin has never been built in linux anyway due to logic in configure.ac --- plugins/time/pluma-time-plugin.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/time/pluma-time-plugin.c') diff --git a/plugins/time/pluma-time-plugin.c b/plugins/time/pluma-time-plugin.c index d3f251ae..1cda2c35 100755 --- a/plugins/time/pluma-time-plugin.c +++ b/plugins/time/pluma-time-plugin.c @@ -72,9 +72,7 @@ static const gchar *formats[] = "%a %d %b %Y %H:%M:%S", "%d/%m/%Y", "%d/%m/%y", -#ifndef G_OS_WIN32 - "%D", /* This one is not supported on win32 */ -#endif + "%D", "%A %d %B %Y", "%A %B %d %Y", "%Y-%m-%d", -- cgit v1.2.1