mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
Small clean up to InfoWindow and fix for Summarize_Drives()
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3299 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
#include "Core.h"
|
||||
#include "ConfigManager.h"
|
||||
#include "CDUtils.h"
|
||||
#include "Summarize.h"//This holds all the summarize functions
|
||||
|
||||
BEGIN_EVENT_TABLE(wxInfoWindow, wxWindow)
|
||||
EVT_SIZE( wxInfoWindow::OnEvent_Window_Resize)
|
||||
@ -47,15 +48,15 @@ wxInfoWindow::~wxInfoWindow()
|
||||
// On Disposal
|
||||
}
|
||||
|
||||
#include "Summarize.h";//Just used this to keep stuff clean.
|
||||
|
||||
void wxInfoWindow::Init_ChildControls()
|
||||
{
|
||||
std::string Info;
|
||||
Info = StringFromFormat("Dolphin Revision: %s", SVN_REV_STR);
|
||||
|
||||
|
||||
|
||||
Info.append(StringFromFormat(
|
||||
"\n\n%s\n\n%s\n%s\n\n%s\n\n",
|
||||
"\n\n%s\n%s\n%s\n\n%s\n\n",
|
||||
Summarize_Drives().c_str(),
|
||||
Summarize_CPU().c_str(),
|
||||
Summarize_Plug().c_str(),
|
||||
|
Reference in New Issue
Block a user