diff options
Diffstat (limited to 'plugins/time')
-rwxr-xr-x | plugins/time/pluma-time-plugin.c | 4 |
1 files changed, 1 insertions, 3 deletions
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", |