]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-stream.cc
2003 -> 2004
[lilypond.git] / lily / midi-stream.cc
index d5dd3087494ad3a9f5401dcfceb76b2dc6b6e7f8..e5c760e7c07dc8e62dffd8dd22509a4d92027d72 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
@@ -37,7 +37,7 @@ Midi_stream::operator << (String str)
                           sz, n, out_file_);
 
   if (written != sz * n)
-    warning ("Could not write file. Disk full?");
+    warning (_ ("Could not write file. Disk full?"));
 
   return *this;
 }