mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Harmonize swift domain names to org.swift-project.*
This commit is contained in:
committed by
Michał Garapich
parent
f9de3ad409
commit
57b5e1421c
@@ -22,7 +22,7 @@ XBus::CPlugin *g_plugin;
|
||||
PLUGIN_API int XPluginStart(char *o_name, char *o_sig, char *o_desc)
|
||||
{
|
||||
std::strcpy(o_name, "X-Bus");
|
||||
std::strcpy(o_sig, "org.swift.XBus");
|
||||
std::strcpy(o_sig, "org.swift-project.xbus");
|
||||
std::strcpy(o_desc, "Allows pilot client to connect to X-Plane via D-Bus");
|
||||
|
||||
XBus::CTraffic::initLegacyData();
|
||||
|
||||
Reference in New Issue
Block a user