gtk: adjust 2.24 warning message

This commit is contained in:
punkrockguy318 2012-03-06 22:12:11 +00:00
parent 1e66b91359
commit 2900ce17cb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}