Commit 8e64b944 authored by twanvl's avatar twanvl

never throw plain char*

(now actually compiles)
parent 47310f1b
......@@ -355,7 +355,7 @@ String to_bbcode(const String& str_in) {
// convert a tagged string to BBCode
SCRIPT_FUNCTION(to_bbcode) {
SCRIPT_PARAM_C(String, input);
throw InternalError("TODO: to_bbcode");
throw InternalError(_("TODO: to_bbcode"));
// SCRIPT_RETURN(to_bbcode(input, symbol_font));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment