OSDN Git Service

WM_USERよりWM_APPのほうが良かった
[winbottle/winbottle.git] / bottleclient / MainForm.pas
index 9ddeead..1590ce7 100755 (executable)
@@ -22,7 +22,7 @@ uses
   RegexUtils, StrReplace, StrReplaceDialog, ReplacePresetEditor;
 
 const
-  WM_SHOWED = WM_USER + 100;
+  WM_SHOWED = WM_APP + 1;
 
 type
   TSurfacePreviewType = (spHint, spEditor);