From 8dbfcaef4f3ec9db7e913e210daa9318f23eb349 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Thu, 11 Sep 2008 21:24:49 +0000 Subject: added notes column and it resizes columns in a better looking way now (like the old gui) still need to find a way to colorize columns individually, seems to be a problem with wxw if there is a defaultgcm selected, hitting play boots that gcm. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@492 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/ISOFile.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/DolphinWX/Src/ISOFile.cpp') diff --git a/Source/Core/DolphinWX/Src/ISOFile.cpp b/Source/Core/DolphinWX/Src/ISOFile.cpp index 54a21a4c45..1040067404 100644 --- a/Source/Core/DolphinWX/Src/ISOFile.cpp +++ b/Source/Core/DolphinWX/Src/ISOFile.cpp @@ -59,6 +59,7 @@ CISOFile::CISOFile(const std::string& _rFileName) { pBannerLoader->GetName(m_Name, 0); //m_Country == DiscIO::IVolume::COUNTRY_JAP ? 1 : 0); pBannerLoader->GetCompany(m_Company); + pBannerLoader->GetDescription(m_Description); if (pBannerLoader->GetBanner(g_ImageTemp)) { -- cgit v1.2.3