Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
frmPreferences: Added icons
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Thu, 9 Mar 2017 23:53:22 +0000 (23:53 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Thu, 9 Mar 2017 23:53:22 +0000 (23:53 +0000)
source/bitmaps/icons/hideaddressbooks.png [new file with mode: 0644]
source/bitmaps/icons/windowpos.png [new file with mode: 0644]
source/frmPreferences.cpp

diff --git a/source/bitmaps/icons/hideaddressbooks.png b/source/bitmaps/icons/hideaddressbooks.png
new file mode 100644 (file)
index 0000000..7aecb6f
Binary files /dev/null and b/source/bitmaps/icons/hideaddressbooks.png differ
diff --git a/source/bitmaps/icons/windowpos.png b/source/bitmaps/icons/windowpos.png
new file mode 100644 (file)
index 0000000..de56d77
Binary files /dev/null and b/source/bitmaps/icons/windowpos.png differ
index c9623e0..2b2f481 100644 (file)
@@ -23,6 +23,7 @@
 #include "common/preferences.h"
 #include "common/dirs.h"
 #include "bitmaps.h"
+#include "bitmaps/preferences.h"
 
 #include "import/import.h"
 #include "export/export.h"
@@ -33,7 +34,6 @@
 #include <wx/msgdlg.h>
 #include <wx/fileconf.h>
 
-
 frmPreferences::frmPreferences( wxWindow* parent )
 :
 frmPreferencesADT( parent )
@@ -44,6 +44,17 @@ frmPreferencesADT( parent )
        wxMemoryInputStream astream(icons_accinet_png, sizeof(icons_accinet_png));
        wxMemoryInputStream bstream(icons_acclocal_png, sizeof(icons_acclocal_png));
        wxMemoryInputStream cstream(icons_accunsupported_png, sizeof(icons_accunsupported_png));
+       wxMemoryInputStream windowposstream(icons_windowpos_png, sizeof(icons_windowpos_png));
+       wxMemoryInputStream hideaddressbooksstream(icons_hideaddressbooks_png, sizeof(icons_hideaddressbooks_png));
+
+       wxImage icons_windowpos_png(windowposstream, wxBITMAP_TYPE_PNG);
+       wxBitmap WindowPosition(icons_windowpos_png, -1);
+
+       wxImage icons_hideaddressbooks_png(hideaddressbooksstream, wxBITMAP_TYPE_PNG);
+       wxBitmap HideAddressBooks(icons_hideaddressbooks_png, -1);
+       
+       bmpWindowPosition->SetBitmap(WindowPosition);
+       bmpLocalAddressBooks->SetBitmap(HideAddressBooks);
        
        wxImage icons_accinet_png(astream, wxBITMAP_TYPE_PNG);
        wxBitmap AccInet(icons_accinet_png, -1);
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy