diff options
Diffstat (limited to 'src/game_tab/left_panel/GameTabLeftPanel.cpp')
| -rw-r--r-- | src/game_tab/left_panel/GameTabLeftPanel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game_tab/left_panel/GameTabLeftPanel.cpp b/src/game_tab/left_panel/GameTabLeftPanel.cpp index e51febc..8fba2c1 100644 --- a/src/game_tab/left_panel/GameTabLeftPanel.cpp +++ b/src/game_tab/left_panel/GameTabLeftPanel.cpp @@ -15,9 +15,9 @@ GameTabLeftPanel::GameTabLeftPanel(wxFrame *parent, std::shared_ptr<Game> game) main_sizer->Insert(1, board_canvas, 1, wxEXPAND); // Configure buttons - swap_button->SetBitmapLabel(LoadPNG("swap")); - zoomin_button->SetBitmapLabel(LoadPNG("zoomin")); - zoomout_button->SetBitmapLabel(LoadPNG("zoomout")); + swap_button->SetBitmapLabel(LoadPNG("ui_coins_swap")); + zoomin_button->SetBitmapLabel(LoadPNG("ui_zoom_in")); + zoomout_button->SetBitmapLabel(LoadPNG("ui_zoom_out")); // Configure FEN field fen_text_field->SetFont(wxFont(*wxNORMAL_FONT).Bold().Larger()); |
