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:
parent
189becfbb2
commit
8d6a7c9495
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue