From 62d48c5f64c402134e4c430c9fc458ce066a4932 Mon Sep 17 00:00:00 2001 From: yuki Date: Mon, 21 Dec 2009 08:08:43 +0000 Subject: [PATCH] =?utf8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E6=99=82=E5=87=BA?= =?utf8?q?=E5=8A=9B=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=82=92?= =?utf8?q?=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://192.168.11.7/svn/saccubus/trunk@317 c066991c-cf13-ec4a-a49a-846e61667af5 --- frontend/src/saccubus/converter/FfmpegCommand.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/saccubus/converter/FfmpegCommand.java b/frontend/src/saccubus/converter/FfmpegCommand.java index 2b019e3..c56cc48 100644 --- a/frontend/src/saccubus/converter/FfmpegCommand.java +++ b/frontend/src/saccubus/converter/FfmpegCommand.java @@ -61,7 +61,7 @@ public class FfmpegCommand extends AbstractCommand { boolean conv = ConvertToVideoHook.convert(commentFile, commentMiddleFile, ngSetting.getId(), ngSetting. getWord()); if (!conv) { - sendText("ƒRƒƒ“ƒg•ÏŠ·‚ÉŽ¸”sB‚¨‚»‚ç‚­³‹K•\Œ»‚̊ԈႢH"); + sendText("ƒRƒƒ“ƒg•ÏŠ·‚ÉŽ¸”sBƒtƒ@ƒCƒ‹–¼‚ÉŽg—p‚Å‚«‚È‚¢•¶Žš‚ªŠÜ‚Ü‚ê‚Ä‚¢‚é‚©³‹K•\Œ»‚̊ԈႢH"); return false; } } @@ -70,7 +70,7 @@ public class FfmpegCommand extends AbstractCommand { sendText("“ŠeŽÒƒRƒƒ“ƒg‚Ì’†ŠÔƒtƒ@ƒCƒ‹‚Ö‚Ì•ÏŠ·’†"); boolean conv = ConvertToVideoHook.convert(tcommFile, tcommMiddleFile, ngSetting.getId(), ngSetting.getWord()); if (!conv) { - sendText("ƒRƒƒ“ƒg•ÏŠ·‚ÉŽ¸”sB‚¨‚»‚ç‚­³‹K•\Œ»‚̊ԈႢH"); + sendText("ƒRƒƒ“ƒg•ÏŠ·‚ÉŽ¸”sBƒtƒ@ƒCƒ‹–¼‚ÉŽg—p‚Å‚«‚È‚¢•¶Žš‚ªŠÜ‚Ü‚ê‚Ä‚¢‚é‚©³‹K•\Œ»‚̊ԈႢH"); return false; } } -- 2.11.0