x265 patch for threadpool shutdown fix submited as:
[goodguy/history.git] / cinelerra-5.0 / plugins / piano / piano.C
index dadd00df100a1592e001f8edf8ab4f860dfc0099..033b91b2e4aae247b0ecdeb2ac75b59289860edc 100644 (file)
@@ -51,7 +51,7 @@ Piano::~Piano()
 }
 
 
-char* Piano::plugin_title() { return N_("Pianoesizer"); }
+char* Piano::plugin_title() { return _("Pianoesizer"); }
 int Piano::is_realtime() { return 1; }
 int Piano::is_synthesis() { return 1; }