X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fconfig_dialog.h;h=b7f3a269f9ac442e1cbe887cf30234da24c18daf;hb=8c39f950ec8f8b3cf4d258279ab499d7e71dafc8;hp=dd0e92152f191b936dc7ccf8d15a73f5645a7cc5;hpb=8963f0007af1a312017b9627c18b82ec2a577591;p=dcpomatic.git diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index dd0e92152..b7f3a269f 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -84,7 +84,7 @@ public: #ifdef DCPOMATIC_OSX wxBitmap GetLargeIcon () const { - return wxBitmap ("general", wxBITMAP_TYPE_PNG_RESOURCE); + return wxBitmap(bitmap_path("general"), wxBITMAP_TYPE_PNG); } #endif @@ -161,7 +161,7 @@ public: #ifdef DCPOMATIC_OSX wxBitmap GetLargeIcon () const { - return wxBitmap ("keys", wxBITMAP_TYPE_PNG_RESOURCE); + return wxBitmap(bitmap_path("keys"), wxBITMAP_TYPE_PNG); } #endif @@ -176,6 +176,7 @@ private: void signing_advanced (); void export_decryption_chain_and_key (); void import_decryption_chain_and_key (); + void remake_signing (); }; @@ -191,7 +192,7 @@ public: #ifdef DCPOMATIC_OSX wxBitmap GetLargeIcon () const { - return wxBitmap ("sound", wxBITMAP_TYPE_PNG_RESOURCE); + return wxBitmap(bitmap_path("sound"), wxBITMAP_TYPE_PNG); } #endif