diff options
author | Daniel Wilhelm <daniel@wili.li> | 2015-10-02 14:56:44 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2015-10-02 14:56:44 +0200 |
commit | dbb46788aafdd0d55454a8be483743876c83b33e (patch) | |
tree | 28e0e00f56611c58059c053d2687289be082cf5c /wx+/bitmap_button.h | |
parent | 7.3 (diff) | |
download | FreeFileSync-dbb46788aafdd0d55454a8be483743876c83b33e.tar.gz FreeFileSync-dbb46788aafdd0d55454a8be483743876c83b33e.tar.bz2 FreeFileSync-dbb46788aafdd0d55454a8be483743876c83b33e.zip |
7.4
Diffstat (limited to 'wx+/bitmap_button.h')
-rw-r--r-- | wx+/bitmap_button.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wx+/bitmap_button.h b/wx+/bitmap_button.h index 6c186926..960e4579 100644 --- a/wx+/bitmap_button.h +++ b/wx+/bitmap_button.h @@ -10,6 +10,7 @@ #include <wx/bmpbuttn.h> #include "image_tools.h" + namespace zen { //zen::BitmapTextButton is identical to wxBitmapButton, but preserves the label via SetLabel(), which wxFormbuilder would ditch! |