gtk: adjust 2.24 warning message
This commit is contained in:
parent
1e66b91359
commit
2900ce17cb
|
@ -509,7 +509,7 @@ void openGamepadConfig()
|
|||
// GTK 2.24 required for this dialog
|
||||
if (checkGTKVersion(2, 24) == false)
|
||||
{
|
||||
printf("GTK >= 2.24 required for this dialog. To set the gamepads, use \"--inputcfg\" from the command line (ie: \"fceux --inputcfg gamepad1\").\n");
|
||||
printf(" Warning: GTK >= 2.24 required for this dialog.\nTo configure the gamepads, use \"--inputcfg\" from the command line (ie: \"fceux --inputcfg gamepad1\").\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue