Skip to content

Commit

Permalink
Improve toolbar button images, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainSwag101 committed Oct 27, 2017
1 parent 1a87d9d commit ea10194
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 0CC-FamiTracker.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2535,7 +2535,7 @@ END

STRINGTABLE
BEGIN
ID_INSTRUMENT_REMOVE "Remove instrument from module\nRemove Iinstrument"
ID_INSTRUMENT_REMOVE "Remove instrument from module\nRemove Instrument"
ID_INSTRUMENT_EDIT "Open instrument edtor\nEdit Instrument"
ID_INSTRUMENT_CLONE "Create a copy of selected instrument\nClone Instrument"
ID_FRAME_COPY "Copy the selection and put it on the Clipboard\nCopy"
Expand Down
2 changes: 1 addition & 1 deletion Source/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ bool CMainFrame::CreateToolbars()
HBITMAP hbm = (HBITMAP)::LoadImage(AfxGetInstanceHandle(), MAKEINTRESOURCE(IDB_TOOLBAR_256), IMAGE_BITMAP, DPI::SX(352), DPI::SY(16), LR_CREATEDIBSECTION);
m_bmToolbar.Attach(hbm);

m_ilToolBar.Create(DPI::SX(16), DPI::SY(16), ILC_COLOR8 | ILC_MASK, 4, 4);
m_ilToolBar.Create(DPI::SX(16), DPI::SY(16), ILC_COLOR32 | ILC_MASK, 4, 4);
m_ilToolBar.Add(&m_bmToolbar, RGB(192, 192, 192));
m_wndToolBar.GetToolBarCtrl().SetImageList(&m_ilToolBar);

Expand Down
Binary file modified res/Inst_2A03.ico
Binary file not shown.
Binary file modified res/Inst_2A07.ico
Binary file not shown.
Binary file modified res/Inst_FDS.ico
Binary file not shown.
Binary file modified res/Inst_N163.ico
Binary file not shown.
Binary file modified res/Inst_S5B.ico
Binary file not shown.
Binary file modified res/Inst_VRC6.ico
Binary file not shown.
Binary file modified res/Inst_VRC7.ico
Binary file not shown.
Binary file modified res/InstrumentToolbar-16.bmp
Binary file not shown.
Binary file modified res/InstrumentToolbar-256.bmp
Binary file not shown.
Binary file modified res/MainToolbar-16.bmp
Binary file not shown.
Binary file modified res/MainToolbar-256.bmp
Binary file not shown.
Binary file modified res/key_black_pressed.bmp
Binary file not shown.
Binary file modified res/key_black_unpressed.bmp
Binary file not shown.
Binary file modified res/key_white_pressed.bmp
Binary file not shown.
Binary file modified res/key_white_unpressed.bmp
Binary file not shown.

0 comments on commit ea10194

Please sign in to comment.