MAINTAIN_PNGS option: fix missing entries in CMakeLists.txt.

The commit 16de0a66 should have added these icons in list, but unfortunately
they are missing, thus creating a broken (missing entries) auto-generated file
bitmap_info.cpp when rebuilding png icons.
This commit is contained in:
jean-pierre charras 2024-06-07 16:15:48 +02:00
parent cb7d51dbe4
commit d7b743a896
1 changed files with 4 additions and 0 deletions

View File

@ -566,6 +566,10 @@ set( BMAPS_MID
zoom_center_on_screen
zoom_in
zoom_out
zoom_in_horizontally
zoom_out_horizontally
zoom_in_vertically
zoom_out_vertically
zoom_selection
)