1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Simu name fixed

This commit is contained in:
bsongis 2014-07-31 11:22:41 +02:00
parent 189becfbb2
commit 8d6a7c9495

View file

@ -357,7 +357,7 @@ int main(int argc,char **argv)
// We pass the "name" of the application, and its "vendor", the name
// and vendor are used to search the registry database (which stores
// persistent information e.g. fonts and colors).
FXApp application("Open9xSim", "thus");
FXApp application("OpenTX Simu", "OpenTX");
// Here we initialize the application. We pass the command line arguments
// because FOX may sometimes need to filter out some of the arguments.