# HG changeset patch # User pyon@macmini # Date 1320558581 -32400 # Node ID 112cd4d27f1f8c0707353b3cf04a7e80f8fd9de3 # Parent fbe6bce63f2a1a0e1b9bbe08891dded3f8b96600 put hhsname on hhsdirlist diff -r fbe6bce63f2a -r 112cd4d27f1f include/main.h --- a/include/main.h Sun Nov 06 14:49:19 2011 +0900 +++ b/include/main.h Sun Nov 06 14:49:41 2011 +0900 @@ -1,5 +1,5 @@ // Filename : main.h -// Last Change: 05-Nov-2011. +// Last Change: 06-Nov-2011. // #include "wx/wx.h" #include "wx/config.h" @@ -8,7 +8,7 @@ #define MYAPPNAME wxT("AMover2") #define VER 2 -#define REV 3 +#define REV 4 #define BLD 20111107 // private classes diff -r fbe6bce63f2a -r 112cd4d27f1f src/myframe.cpp --- a/src/myframe.cpp Sun Nov 06 14:49:19 2011 +0900 +++ b/src/myframe.cpp Sun Nov 06 14:49:41 2011 +0900 @@ -643,6 +643,7 @@ m_listCtrlHhsDir->SetItem( i, 1, m_hhsList[i], -1 ); buf.Printf(wxT("%d"),n); m_listCtrlHhsDir->SetItem( i, 2, buf, -1 ); + m_listCtrlHhsDir->SetItem( i, 3, GetHhsName(m_hhsList[i]), -1 ); if ( i % 2 ) m_listCtrlHhsDir->SetItemBackgroundColour( i, wxColour(wxT("WHEAT")) ); } } @@ -666,7 +667,7 @@ wxExecute( execmd ); } -// 以下,定型もの +/* 以下,定型もの ***********************************************/ void MyFrame::OnTimer(wxTimerEvent& event) { UpdateCache();