src/ldDocument.cc

changeset 882
2f3cc8e045d5
parent 881
82a9c3549db1
child 883
69b8adc9a669
--- a/src/ldDocument.cc	Sat Sep 06 23:21:28 2014 +0300
+++ b/src/ldDocument.cc	Sun Sep 07 01:13:20 2014 +0300
@@ -732,7 +732,7 @@
 		{
 			// Tell the user loading failed.
 			setlocale (LC_ALL, "C");
-			CriticalError (format (QObject::tr ("Failed to open %1: %2"), path, strerror (errno)));
+			Critical (format (QObject::tr ("Failed to open %1: %2"), path, strerror (errno)));
 		}
 
 		g_loadingMainFile = false;

mercurial