OSDN Git Service

リストビューのコメント列の幅を保存できていなかったバグを修正。
authorsirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Wed, 5 Oct 2011 12:39:29 +0000 (12:39 +0000)
committersirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Wed, 5 Oct 2011 12:39:29 +0000 (12:39 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tpi/tpi@574 9df91469-1e22-0410-86e7-ea8537beb833

doc/history.html
src/lychee/cls_config.cpp

index 86b9201..297ef8b 100644 (file)
@@ -45,6 +45,7 @@
      <li class="fix">書庫を作成する際、作成に失敗していても処理後に書庫を開こうとしていたバグを修正。</li>\r
      <li class="fix">作成できる書庫形式が一つもない場合に、書庫を作成しようとすると不正終了していたバグを再修正。</li>\r
      <li class="fix">LinuxでDnDにより書庫にファイルを追加しようとした場合に、誤って書庫を作成する操作を実行していたバグを修正。</li>\r
+     <li class="fix">リストビューのコメント列の幅を保存できていなかったバグを修正。</li>\r
     </ul>\r
    </dd>\r
    <dt>7zArc</dt>\r
index 9386812..84194ea 100644 (file)
@@ -48,6 +48,7 @@ myConfig::myConfig() : wxFileConfig(wxEmptyString, wxEmptyString, L_DIR_BIN wxT(
        this->label[CONF_LISTVIEW_C_PATH]   = wxT("ListView-C-Path");\r
        this->label[CONF_LISTVIEW_C_TYPE]   = wxT("ListView-C-Type");\r
        this->label[CONF_LISTVIEW_C_NO]     = wxT("ListView-C-No");\r
+       this->label[CONF_LISTVIEW_C_COMMENT]= wxT("ListView-C-Comment");\r
        this->label[CONF_LISTVIEW_S_COLUMN] = wxT("ListView-SortColumn");\r
        this->label[CONF_LISTVIEW_S_ASCEND] = wxT("ListView-SortAscend");\r
 \r