diff --git a/common/build/Utilities/Utilities.cbp b/common/build/Utilities/Utilities.cbp
index 1182781392..95b38e1c61 100644
--- a/common/build/Utilities/Utilities.cbp
+++ b/common/build/Utilities/Utilities.cbp
@@ -1,84 +1,94 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/build/x86emitter/x86emitter.cbp b/common/build/x86emitter/x86emitter.cbp
index 55b08c98e6..2f0a96e3a7 100644
--- a/common/build/x86emitter/x86emitter.cbp
+++ b/common/build/x86emitter/x86emitter.cbp
@@ -7,7 +7,7 @@
-
+
@@ -17,10 +17,12 @@
+
+
-
+
@@ -30,13 +32,14 @@
+
-
+
@@ -46,6 +49,8 @@
+
+
@@ -53,6 +58,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -83,7 +98,6 @@
-
diff --git a/pcsx2/Linux/pcsx2-codeblocks.workspace b/pcsx2/Linux/pcsx2-codeblocks.workspace
index e5e019d349..f65f67dc6a 100644
--- a/pcsx2/Linux/pcsx2-codeblocks.workspace
+++ b/pcsx2/Linux/pcsx2-codeblocks.workspace
@@ -2,10 +2,12 @@
+
+
-
+
diff --git a/pcsx2/Linux/pcsx2.cbp b/pcsx2/Linux/pcsx2.cbp
index 6769746c73..f05cfcfdfc 100644
--- a/pcsx2/Linux/pcsx2.cbp
+++ b/pcsx2/Linux/pcsx2.cbp
@@ -17,11 +17,8 @@
-
-
-
-
+
@@ -44,9 +41,6 @@
-
-
-
@@ -70,9 +64,6 @@
-
-
-
@@ -93,8 +84,18 @@
+
+
+
+
+
+
+
+
-
+
+
+
@@ -108,14 +109,21 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
@@ -123,7 +131,6 @@
-
@@ -139,11 +146,8 @@
-
-
-
@@ -182,10 +186,8 @@
-
-
@@ -222,7 +224,6 @@
-
@@ -235,7 +236,6 @@
-
@@ -279,27 +279,9 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -323,6 +305,7 @@
+
@@ -338,12 +321,8 @@
-
-
-
-
@@ -391,12 +370,21 @@
+
+
+
+
+
+
+
+
+
diff --git a/pcsx2/NewGUI/AboutBoxDialog.cpp b/pcsx2/NewGUI/AboutBoxDialog.cpp
index c9b5a6e01b..87dc6c5a23 100644
--- a/pcsx2/NewGUI/AboutBoxDialog.cpp
+++ b/pcsx2/NewGUI/AboutBoxDialog.cpp
@@ -46,7 +46,7 @@ public:
AboutBoxDialog::AboutBoxDialog( wxWindow* parent, int id ):
- wxDialog( parent, id, _("About Pcsx2") ),
+ wxDialog( parent, id, _("About Pcsx2"), parent->GetPosition()-wxSize( 32, 32 ) ),
m_bitmap_logo( this, wxID_ANY, wxGetApp().GetLogoBitmap(),
wxDefaultPosition, wxDefaultSize, wxBORDER_SUNKEN ),
m_bitmap_ps2system( this, wxID_ANY, wxBitmap( EmbeddedImage().GetImage() ),