Updated Plugin

Removed xpcPlugin.xpl from windows directory (32 and 64 bit versions
are already there). Also, changed the plugin outDesc and outSig
This commit is contained in:
Chris Teubert
2015-03-24 09:36:33 -07:00
parent 88e659d62c
commit 7fa3fae689
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -139,8 +139,8 @@ PLUGIN_API int XPluginStart( char * outName,
{
static FILE *logFile; // Log File
strcpy(outName, "xplaneConnect");
strcpy(outSig, "xplanesdk.xplaneConnect");
strcpy(outDesc, "Work in progress");
strcpy(outSig, "NASA.xplaneConnect");
strcpy(outDesc, "X Plane Communications Toolbox");
logFile = fopen("xpcLog.txt","w");
if (logFile != NULL) // If opened correctly