OSDN Git Service

Added psImageConversation preview style
authornaru <bottle@mikage.to>
Sat, 19 Apr 2003 23:28:24 +0000 (23:28 +0000)
committernaru <bottle@mikage.to>
Sat, 19 Apr 2003 23:28:24 +0000 (23:28 +0000)
bottleclient/BottleDef.pas

index b2dae37..0fe4903 100755 (executable)
@@ -12,7 +12,8 @@ uses Windows, IniFiles, BRegExp, Graphics, SysUtils, Forms, Dialogs, Classes,
 type
   TReturnKeyFunction = (kfYenN, kfReturn, kfYenNReturn, kfConstText);
   TSoundArrived = (saFalse, saTrue, saParent);
-  TLogWindowPreviewStyle = (psConversation, psScript, psScriptWithLineBreak);
+  TLogWindowPreviewStyle = (psConversation, psImageConversation,
+    psScript, psScriptWithLineBreak);
   TLogListPreviewStyle = (psNoColor, psNormal, psTagStripped);
   TSurfacePreviewOnScriptPointPosition = (spspMainWindowLeft, spspMainWindowRight);