summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--proto-udp/ftnoir_protocol_ftn.cpp2
-rw-r--r--proto-udp/ftnoir_protocol_ftn.h2
-rw-r--r--proto-udp/lang/nl_NL.ts2
-rw-r--r--proto-udp/lang/ru_RU.ts2
-rw-r--r--proto-udp/lang/stub.ts2
-rw-r--r--proto-udp/lang/zh_CN.ts2
-rw-r--r--tracker-udp/ftnoir_tracker_udp.cpp2
-rw-r--r--tracker-udp/ftnoir_tracker_udp.h2
-rw-r--r--tracker-udp/lang/nl_NL.ts2
-rw-r--r--tracker-udp/lang/ru_RU.ts2
-rw-r--r--tracker-udp/lang/stub.ts2
-rw-r--r--tracker-udp/lang/zh_CN.ts2
12 files changed, 12 insertions, 12 deletions
diff --git a/proto-udp/ftnoir_protocol_ftn.cpp b/proto-udp/ftnoir_protocol_ftn.cpp
index 4e846114..4d57140f 100644
--- a/proto-udp/ftnoir_protocol_ftn.cpp
+++ b/proto-udp/ftnoir_protocol_ftn.cpp
@@ -42,4 +42,4 @@ module_status udp::initialize()
return error(tr("Can't bind socket: %1").arg(outSocket.errorString()));
}
-OPENTRACK_DECLARE_PROTOCOL(udp, FTNControls, udpDll)
+OPENTRACK_DECLARE_PROTOCOL(udp, FTNControls, udp_sender_dll)
diff --git a/proto-udp/ftnoir_protocol_ftn.h b/proto-udp/ftnoir_protocol_ftn.h
index 5fc72d91..dc6e3a6f 100644
--- a/proto-udp/ftnoir_protocol_ftn.h
+++ b/proto-udp/ftnoir_protocol_ftn.h
@@ -68,7 +68,7 @@ private slots:
void doCancel();
};
-class udpDll : public Metadata
+class udp_sender_dll : public Metadata
{
Q_OBJECT
diff --git a/proto-udp/lang/nl_NL.ts b/proto-udp/lang/nl_NL.ts
index c7228957..d955c98f 100644
--- a/proto-udp/lang/nl_NL.ts
+++ b/proto-udp/lang/nl_NL.ts
@@ -28,7 +28,7 @@
</message>
</context>
<context>
- <name>udpDll</name>
+ <name>udp_sender_dll</name>
<message>
<source>UDP over network</source>
<translation type="unfinished"></translation>
diff --git a/proto-udp/lang/ru_RU.ts b/proto-udp/lang/ru_RU.ts
index e03bc701..b1ea5201 100644
--- a/proto-udp/lang/ru_RU.ts
+++ b/proto-udp/lang/ru_RU.ts
@@ -28,7 +28,7 @@
</message>
</context>
<context>
- <name>udpDll</name>
+ <name>udp_sender_dll</name>
<message>
<source>UDP over network</source>
<translation type="unfinished"></translation>
diff --git a/proto-udp/lang/stub.ts b/proto-udp/lang/stub.ts
index 1642c9e9..ca1bc409 100644
--- a/proto-udp/lang/stub.ts
+++ b/proto-udp/lang/stub.ts
@@ -28,7 +28,7 @@
</message>
</context>
<context>
- <name>udpDll</name>
+ <name>udp_sender_dll</name>
<message>
<source>UDP over network</source>
<translation type="unfinished"></translation>
diff --git a/proto-udp/lang/zh_CN.ts b/proto-udp/lang/zh_CN.ts
index 1642c9e9..ca1bc409 100644
--- a/proto-udp/lang/zh_CN.ts
+++ b/proto-udp/lang/zh_CN.ts
@@ -28,7 +28,7 @@
</message>
</context>
<context>
- <name>udpDll</name>
+ <name>udp_sender_dll</name>
<message>
<source>UDP over network</source>
<translation type="unfinished"></translation>
diff --git a/tracker-udp/ftnoir_tracker_udp.cpp b/tracker-udp/ftnoir_tracker_udp.cpp
index 318683f7..b6e5eb86 100644
--- a/tracker-udp/ftnoir_tracker_udp.cpp
+++ b/tracker-udp/ftnoir_tracker_udp.cpp
@@ -103,4 +103,4 @@ void udp::data(double *data)
}
-OPENTRACK_DECLARE_TRACKER(udp, dialog_udp, udpDll)
+OPENTRACK_DECLARE_TRACKER(udp, dialog_udp, udp_receiver_dll)
diff --git a/tracker-udp/ftnoir_tracker_udp.h b/tracker-udp/ftnoir_tracker_udp.h
index 5a048ecb..86e82dc6 100644
--- a/tracker-udp/ftnoir_tracker_udp.h
+++ b/tracker-udp/ftnoir_tracker_udp.h
@@ -51,7 +51,7 @@ private slots:
void doCancel();
};
-class udpDll : public Metadata
+class udp_receiver_dll : public Metadata
{
Q_OBJECT
diff --git a/tracker-udp/lang/nl_NL.ts b/tracker-udp/lang/nl_NL.ts
index c5be998a..c15e8f93 100644
--- a/tracker-udp/lang/nl_NL.ts
+++ b/tracker-udp/lang/nl_NL.ts
@@ -56,7 +56,7 @@
</message>
</context>
<context>
- <name>udpDll</name>
+ <name>udp_receiver_dll</name>
<message>
<source>UDP over network</source>
<translation type="unfinished"></translation>
diff --git a/tracker-udp/lang/ru_RU.ts b/tracker-udp/lang/ru_RU.ts
index 6aa0a290..1b401dc4 100644
--- a/tracker-udp/lang/ru_RU.ts
+++ b/tracker-udp/lang/ru_RU.ts
@@ -56,7 +56,7 @@
</message>
</context>
<context>
- <name>udpDll</name>
+ <name>udp_receiver_dll</name>
<message>
<source>UDP over network</source>
<translation type="unfinished"></translation>
diff --git a/tracker-udp/lang/stub.ts b/tracker-udp/lang/stub.ts
index 9497d7e0..0ebbf95f 100644
--- a/tracker-udp/lang/stub.ts
+++ b/tracker-udp/lang/stub.ts
@@ -56,7 +56,7 @@
</message>
</context>
<context>
- <name>udpDll</name>
+ <name>udp_receiver_dll</name>
<message>
<source>UDP over network</source>
<translation type="unfinished"></translation>
diff --git a/tracker-udp/lang/zh_CN.ts b/tracker-udp/lang/zh_CN.ts
index 9497d7e0..0ebbf95f 100644
--- a/tracker-udp/lang/zh_CN.ts
+++ b/tracker-udp/lang/zh_CN.ts
@@ -56,7 +56,7 @@
</message>
</context>
<context>
- <name>udpDll</name>
+ <name>udp_receiver_dll</name>
<message>
<source>UDP over network</source>
<translation type="unfinished"></translation>