Skip to content

Commit

Permalink
Merge pull request sakura-editor#773 from m-tmatma/feature/add-sep-be…
Browse files Browse the repository at this point in the history
…fore-outline-toolbar

ツールバーの "Grep" と "アウトライン解析" の間にセパレータを入れる
  • Loading branch information
m-tmatma authored Feb 3, 2019
2 parents 4b9aa7e + cc62980 commit 957aff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sakura_core/env/CShareData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,8 @@ void CShareData::InitToolButtons(DLLSHAREDATA* pShareData)
228, //置換 // Oct. 7, 2000 JEPRO 追加
229, //検索マークのクリア //Sept. 16, 2000 JEPRO 41→25に変更(Oct. 7, 2000 25→26) //Oct. 25, 2000 25→229
230, //Grep //Sept. 16, 2000 JEPRO 14→31に変更 //Oct. 25, 2000 31→230
0,

232, //アウトライン解析 //Dec. 24, 2000 JEPRO 追加
0,

Expand Down

0 comments on commit 957aff4

Please sign in to comment.