From 474a404dfdd091f76d750bd8e88cfae586350831 Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Thu, 26 Nov 2009 07:01:24 +0000 Subject: [PATCH] Turn an ugly snapshot button into a pretty one! git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2254 96395faa-99c1-11dd-bbfe-3dabce05a288 --- common/src/Utilities/wxHelpers.cpp | 2 +- pcsx2/Linux/pcsx2.cbp | 8 +- pcsx2/gui/Dialogs/ConfigurationDialog.cpp | 23 ++++-- pcsx2/gui/Resources/ButtonIcon_Camera.png | Bin 0 -> 1415 bytes pcsx2/windows/VCprojects/pcsx2_2008.vcproj | 92 ++++++++------------- 5 files changed, 59 insertions(+), 66 deletions(-) create mode 100644 pcsx2/gui/Resources/ButtonIcon_Camera.png diff --git a/common/src/Utilities/wxHelpers.cpp b/common/src/Utilities/wxHelpers.cpp index e496f2f062..9a9e71ad7d 100644 --- a/common/src/Utilities/wxHelpers.cpp +++ b/common/src/Utilities/wxHelpers.cpp @@ -108,7 +108,7 @@ void wxDialogWithHelpers::AddOkCancel( wxSizer &sizer, bool hasApply ) { SetExtraStyle( wxDIALOG_EX_CONTEXTHELP ); #ifndef __WXMSW__ - m_extraButtonSizer += new wxContextHelpButton(this) | StdButton(); + m_extraButtonSizer += new wxContextHelpButton(this); #endif } diff --git a/pcsx2/Linux/pcsx2.cbp b/pcsx2/Linux/pcsx2.cbp index 43dbc4497f..4363bf97ff 100644 --- a/pcsx2/Linux/pcsx2.cbp +++ b/pcsx2/Linux/pcsx2.cbp @@ -405,7 +405,13 @@