1
0
Fork 0

even clearer error message :-/

This commit is contained in:
mfranz 2005-06-12 13:54:27 +00:00
parent 10ab557452
commit 1167c31a84

View file

@ -474,7 +474,7 @@ FGInput::_init_joystick ()
<< "\"\nUsing default: \"" << source << '"');
} else {
throw sg_throwable(string("No joystick with <name>default</name> entry found!"));
throw sg_throwable(string("No joystick configuration file with <name>default</name> entry found!"));
}
js_node = js_nodes->getChild("js", i, true);