From d58f1115618f0458496b0e0a081238d5fda64ef5 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 14 Oct 2019 14:25:28 +0000 Subject: Re-Add blending modes UI using CSS instead filters --- src/preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/preferences.cpp') diff --git a/src/preferences.cpp b/src/preferences.cpp index 6cf4bdfe3..72a570ca2 100644 --- a/src/preferences.cpp +++ b/src/preferences.cpp @@ -275,7 +275,7 @@ void Preferences::reset() time_t sptime = time (nullptr); struct tm *sptm = localtime (&sptime); gchar sptstr[256]; - strftime (sptstr, 256, "%Y-%m-%d_%H-%M-%S", sptm); + strftime(sptstr, 256, "%Y_%m_%d_%H_%M_%S", sptm); char *new_name = g_strdup_printf("%s_%s.xml", _prefs_filename.c_str(), sptstr); -- cgit v1.2.3