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:
parent
cb7d51dbe4
commit
d7b743a896
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue