From 58db70f758f88c330b4e0bc0f3d02a3ed913d3f4 Mon Sep 17 00:00:00 2001 From: n-a-c-h Date: Tue, 27 Dec 2011 22:09:31 +0000 Subject: [PATCH] Add missing extensions. Note though that the association section is still missing .dmg git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1059 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/win32/VBA.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/win32/VBA.rc b/src/win32/VBA.rc index e6738f57..398f5d67 100644 --- a/src/win32/VBA.rc +++ b/src/win32/VBA.rc @@ -202,7 +202,7 @@ FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN ICON IDI_MAINICON,IDC_STATIC,6,6,20,20 CTEXT "VisualBoyAdvance-M Emulator",IDC_STATIC,36,6,138,8 - CTEXT "Copyright © 2008 VBA-M development team",IDC_STATIC,6,48,168,8 + CTEXT "Copyright � 2008 VBA-M development team",IDC_STATIC,6,48,168,8 CTEXT "http://vba-m.com",IDC_URL,7,138,168,8 RTEXT "Version:",IDC_STATIC,36,18,54,8 LTEXT "",IDC_VERSION,96,18,78,8,SS_NOPREFIX @@ -1609,7 +1609,7 @@ BEGIN VALUE "FileDescription", "VisualBoyAdvance-M" VALUE "FileVersion", "1, 8, 0, 0" VALUE "InternalName", "VBA-M" - VALUE "LegalCopyright", "Copyright © 2008-2009 VBA-M development team" + VALUE "LegalCopyright", "Copyright � 2008-2009 VBA-M development team" VALUE "OriginalFilename", "VisualBoyAdvance-M.exe" VALUE "ProductName", "GB/C/A emulator for Windows" VALUE "ProductVersion", "1, 8, 0, 0" @@ -2263,7 +2263,7 @@ BEGIN IDS_ADD_CBA_CODE "Add CodeBreakerAdvance code" IDS_FILTER_WAV "Wave file_*.WAV__" IDS_SELECT_WAV_NAME "Select wave file name" - IDS_FILTER_GBROM "Game Boy ROMs (*.GB;*.SGB;*.ZIP;*.7Z;*.Z;*.GZ)_*.GB;*.SGB;*.ZIP;*.7Z;*.Z;*.GZ__" + IDS_FILTER_GBROM "Game Boy ROMs (*.DMG;*.GB;*.SGB;*.ZIP;*.7Z;*.Z;*.GZ)_*.DMG;*.GB;*.SGB;*.ZIP;*.7Z;*.Z;*.GZ__" IDS_FILTER_PAL "Windows Palette (*.PAL)_*.PAL_PaintShop Palette (*.PAL)_*.PAL_Adobe Color Table (*.ACT)_*.ACT__" IDS_SELECT_PALETTE_NAME "Select palette name:" IDS_SEARCH_PRODUCED_NO_RESULTS "Search produced no results."