[gthumb] template-selector: changed the default date formats



commit 9190cfacccaa77bb8cee5c05aa2263d241954692
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Apr 4 16:24:31 2011 +0200

    template-selector: changed the default date formats

 extensions/rename_series/gth-template-selector.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/rename_series/gth-template-selector.c b/extensions/rename_series/gth-template-selector.c
index 6104b68..5a69dd3 100644
--- a/extensions/rename_series/gth-template-selector.c
+++ b/extensions/rename_series/gth-template-selector.c
@@ -58,7 +58,7 @@ struct _GthTemplateSelectorPrivate {
 	GtkBuilder *builder;
 };
 
-static char * Date_Formats[] = { "%x %X", "%Y-%m-%d--%H.%M.%S", "%q", NULL };
+static char * Date_Formats[] = { "%Y-%m-%d--%H.%M.%S", "%Y-%m-%d", "%x %X", "%x", NULL };
 
 static gpointer parent_class = NULL;
 static guint gth_template_selector_signals[LAST_SIGNAL] = { 0 };



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