]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context.cc
programming_error messages should NOT be translated
[lilypond.git] / lily / context.cc
index 83b8ae17dd21d6f1e2575f6303a039b921b1b9c1..0c2cfe947f8e55c63e358e85e2168b2f3bb59d1c 100644 (file)
@@ -265,7 +265,7 @@ Context::create_context_from_event (SCM sev)
 
   if (path.size () != 1)
     {
-      programming_error (_f ("Invalid CreateContext event: Cannot create %s context", type.c_str ()));
+      programming_error (to_string ("Invalid CreateContext event: Cannot create %s context", type.c_str ()));
       return;
     }
   Context_def *cdef = path[0];