contextual Help for C64 saving

This commit is contained in:
Thomas Bernard
2018-11-18 23:15:09 +01:00
parent a2b01a07bc
commit 57ef392c03
2 changed files with 18 additions and 1 deletions

View File

@@ -3045,7 +3045,12 @@ static int Save_C64_window(enum c64_format *saveFormat, byte *saveWhat, byte *lo
do
{
button = Window_clicked_button();
switch(button)
if (Is_shortcut(Key, 0x100+BUTTON_HELP))
{
Key = 0;
Window_help(BUTTON_SAVE, "COMMODORE 64 FORMATS");
}
else switch(button)
{
case 3: // Save what
*saveWhat = Window_attribute2;