• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Site › Dolphin Patches (Archive) v
1 2 3 4 5 ... 7 Next »

[PATCH] Video Hacks Tab Rename
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[PATCH] Video Hacks Tab Rename
08-01-2013, 08:05 AM (This post was last modified: 08-16-2013, 02:33 AM by ExtremeDude2.)
#1
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,310
Threads: 273
Joined: Dec 2010
So I made a patch to rename the "Hacks" tab in the video section to "Speed Hacks" and wanted to make sure I set it up right:

Code:
Source/Core/DolphinWX/Src/VideoConfigDiag.cpp |  2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Source/Core/DolphinWX/Src/VideoConfigDiag.cpp b/Source/Core/DolphinWX/Src/VideoConfigDiag.cppindex
cd5f966..d972e03 100644
--- a/Source/Core/DolphinWX/Src/VideoConfigDiag.cpp
+++ b/Source/Core/DolphinWX/Src/VideoConfigDiag.cpp
@@ -429,7 +429,7 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string &title, con
    // -- SPEED HACKS --
    {
    wxPanel* const page_hacks = new wxPanel(notebook, -1, wxDefaultPosition);
-    notebook->AddPage(page_hacks, _("Hacks"));
+    notebook->AddPage(page_hacks, _("Speed Hacks"));
    wxBoxSizer* const szr_hacks = new wxBoxSizer(wxVERTICAL);
  
    // - EFB hacks

Edit: I guess I shouldn't edit the .po since that is done on a different site fixed
Check out my videos (dead)
[Image: sig-22354.png]
Website Find
08-01-2013, 10:55 AM
#2
RachelB Offline
Developer
*******
Moderators
Posts: 1,003
Threads: 1
Joined: Dec 2011
Yeah, don't edit the .po
Find
08-01-2013, 11:21 AM
#3
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,310
Threads: 273
Joined: Dec 2010
Fixed
Check out my videos (dead)
[Image: sig-22354.png]
Website Find
08-08-2013, 10:07 AM
#4
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,310
Threads: 273
Joined: Dec 2010
Here is the actual .patch if anyone wants *looks around*


Attached Files
.patch   Speed Hacks.patch (Size: 741 bytes / Downloads: 274)
Check out my videos (dead)
[Image: sig-22354.png]
Website Find
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode