From 7c8911eb3e2baefa1bc2ad1aa8f567926b75b3a7 Mon Sep 17 00:00:00 2001 From: knutux Date: Wed, 19 Apr 2006 11:14:14 +0000 Subject: [PATCH] A fix for [inkscape-Bugs-1296129] --- src/extension/extension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension/extension.cpp b/src/extension/extension.cpp index d71c27d12..bffdc2595 100644 --- a/src/extension/extension.cpp +++ b/src/extension/extension.cpp @@ -280,7 +280,7 @@ void Extension::printFailure (Glib::ustring reason) { error_file << _("Extension \"") << name << _("\" failed to load because "); - error_file << reason; + error_file << reason.raw(); error_file << std::endl; return; } -- 2.30.2