From c26423c613619a40df81a3cd30870e4ef2784007 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 9 Feb 2019 10:39:39 +0100 Subject: proto/simconnect: cleanup Issue: #804 - don't call simconnect_close without a valid handle - remove magic numbers - fix event handle logic. only use it for checking whether we're timing out. - add more informative stderr output - don't hardcode QFunctionPointer type alias - remove awful VirtPos/Rot... --- proto-simconnect/lang/nl_NL.ts | 4 ++-- proto-simconnect/lang/ru_RU.ts | 4 ++-- proto-simconnect/lang/stub.ts | 4 ++-- proto-simconnect/lang/zh_CN.ts | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'proto-simconnect/lang') diff --git a/proto-simconnect/lang/nl_NL.ts b/proto-simconnect/lang/nl_NL.ts index 8841c3ae..22233fd3 100644 --- a/proto-simconnect/lang/nl_NL.ts +++ b/proto-simconnect/lang/nl_NL.ts @@ -51,11 +51,11 @@ - install FSX SDK + can't import %1: %2 - can't import %1: %2 + Install FSX/Prepar3D SimConnect SDK. diff --git a/proto-simconnect/lang/ru_RU.ts b/proto-simconnect/lang/ru_RU.ts index 9a9c7c46..9b7cd214 100644 --- a/proto-simconnect/lang/ru_RU.ts +++ b/proto-simconnect/lang/ru_RU.ts @@ -51,11 +51,11 @@ - install FSX SDK + can't import %1: %2 - can't import %1: %2 + Install FSX/Prepar3D SimConnect SDK. diff --git a/proto-simconnect/lang/stub.ts b/proto-simconnect/lang/stub.ts index a221cf39..61f9acd8 100644 --- a/proto-simconnect/lang/stub.ts +++ b/proto-simconnect/lang/stub.ts @@ -51,11 +51,11 @@ - install FSX SDK + can't import %1: %2 - can't import %1: %2 + Install FSX/Prepar3D SimConnect SDK. diff --git a/proto-simconnect/lang/zh_CN.ts b/proto-simconnect/lang/zh_CN.ts index a221cf39..61f9acd8 100644 --- a/proto-simconnect/lang/zh_CN.ts +++ b/proto-simconnect/lang/zh_CN.ts @@ -51,11 +51,11 @@ - install FSX SDK + can't import %1: %2 - can't import %1: %2 + Install FSX/Prepar3D SimConnect SDK. -- cgit v1.2.3