Relabelled the AGP Printer to Debug print

This commit is contained in:
skidau 2015-05-08 07:18:31 +00:00
parent 535bf04f58
commit 575d35b2c5
2 changed files with 5 additions and 5 deletions

View File

@ -190,7 +190,7 @@ opt_desc opts[] = {
{ wxT("Keyboard/*"), "", wxTRANSLATE("The parameter Keyboard/<cmd> contains a comma-separated list of key names (e.g. Alt-Shift-F1). When the named key is pressed, the command <cmd> is executed.") },
// Core
INTOPT ("preferences/agbPrint", "AGBPrinter", wxTRANSLATE("Enable AGB printer"), agbPrint, 0, 1),
INTOPT ("preferences/agbPrint", "AGBPrinter", wxTRANSLATE("Enable AGB debug print"), agbPrint, 0, 1),
INTOPT ("preferences/autoPatch", "ApplyPatches", wxTRANSLATE("Apply IPS/UPS/IPF patches if found"), autoPatch, 0, 1),
INTOPT ("preferences/autoSaveCheatList", "", wxTRANSLATE("Automatically save and load cheat list"), autoSaveLoadCheatList, 0, 1),
INTOPT ("preferences/borderAutomatic", "", wxTRANSLATE("Automatically enable border for Super GameBoy games"), gbBorderAutomatic, 0, 1),

View File

@ -398,10 +398,6 @@
<object class="wxMenuItem" name="GameBoyAdvanceConfigure">
<label>Configure ...</label>
</object>
<object class="wxMenuItem" name="AGBPrinter">
<label>_AGB printer</label>
<checkable>1</checkable>
</object>
<object class="wxMenuItem" name="RTC">
<label>_Real-time clock</label>
<checkable>1</checkable>
@ -410,6 +406,10 @@
<label>_Use BIOS file</label>
<checkable>1</checkable>
</object>
<object class="wxMenuItem" name="AGBPrinter">
<label>_Debug print</label>
<checkable>1</checkable>
</object>
</object>
<object class="wxMenu">
<label>_Game Boy</label>