[Ttssh2-commit] [8203] [Tooltip] ウィンドウクラス名をTeraTermTipWinClassに変更した

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 9月 20日 (金) 20:09:12 JST


Revision: 8203
          https://osdn.net/projects/ttssh2/scm/svn/commits/8203
Author:   yasuhide
Date:     2019-09-20 20:09:12 +0900 (Fri, 20 Sep 2019)
Log Message:
-----------
[Tooltip] ウィンドウクラス名をTeraTermTipWinClassに変更した

- アプリケーション内でグローバルなクラスなので長めのクラス名にした

Modified Paths:
--------------
    branches/tootip_classify/teraterm/common/tipwin.h

-------------- next part --------------
Modified: branches/tootip_classify/teraterm/common/tipwin.h
===================================================================
--- branches/tootip_classify/teraterm/common/tipwin.h	2019-09-20 11:09:11 UTC (rev 8202)
+++ branches/tootip_classify/teraterm/common/tipwin.h	2019-09-20 11:09:12 UTC (rev 8203)
@@ -37,7 +37,7 @@
 
 #define	TIP_WIN_FRAME_WIDTH	6
 
-#define TipWinClassName _T("TipWinClass")
+#define TipWinClassName _T("TeraTermTipWinClass")
 
 typedef struct tagTipWinData TipWin;
 


Ttssh2-commit メーリングリストの案内
Back to archive index