From 88a8b528e20013c0aa3cc6bcd9659b0b5ddd9170 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:20:07 +0200 Subject: 5.4 --- zen/recycler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/recycler.cpp') diff --git a/zen/recycler.cpp b/zen/recycler.cpp index e53b5f6a..5e5e56d4 100644 --- a/zen/recycler.cpp +++ b/zen/recycler.cpp @@ -157,7 +157,7 @@ bool zen::moveToRecycleBin(const Zstring& filename) //throw FileError } throw FileError(shortMsg + L"\n\n" + L"Glib Error Code " + numberTo(error->code) + /* L", " + - g_quark_to_string(error->domain) + */ L": " + utf8CvrtTo(error->message)); + g_quark_to_string(error->domain) + */ L": " + utfCvrtTo(error->message)); } #endif return true; -- cgit