summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 00:26:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 00:26:29 -0600
commit98d03f6a20a0fa8cf64294c78664d77758be548b (patch)
tree04aab11e3d184159361f10d6fcfbf60a86840153 /amarok/src/engine
parent6193bcab02f98dfb2adcffc28b2beb35a45941ee (diff)
downloadamarok-98d03f6a20a0fa8cf64294c78664d77758be548b.tar.gz
amarok-98d03f6a20a0fa8cf64294c78664d77758be548b.zip
Fix accidental networtde renames
Diffstat (limited to 'amarok/src/engine')
-rw-r--r--amarok/src/engine/nmm/HostList.cpp2
-rw-r--r--amarok/src/engine/nmm/HostList.h2
-rw-r--r--amarok/src/engine/nmm/HostListItem.cpp4
-rw-r--r--amarok/src/engine/nmm/HostListItem.h2
-rw-r--r--amarok/src/engine/nmm/NmmLocation.cpp2
-rw-r--r--amarok/src/engine/nmm/NmmLocation.h2
-rw-r--r--amarok/src/engine/nmm/ServerregistryPing.cpp2
-rw-r--r--amarok/src/engine/nmm/ServerregistryPing.h2
-rw-r--r--amarok/src/engine/nmm/amarok_nmmengine_plugin.desktop2
-rw-r--r--amarok/src/engine/nmm/nmm_configdialog.cpp2
-rw-r--r--amarok/src/engine/nmm/nmm_configdialog.h2
-rw-r--r--amarok/src/engine/nmm/nmm_engine.cpp4
-rw-r--r--amarok/src/engine/nmm/nmm_engine.h2
13 files changed, 15 insertions, 15 deletions
diff --git a/amarok/src/engine/nmm/HostList.cpp b/amarok/src/engine/nmm/HostList.cpp
index 903e81fa..e31ef80c 100644
--- a/amarok/src/engine/nmm/HostList.cpp
+++ b/amarok/src/engine/nmm/HostList.cpp
@@ -4,7 +4,7 @@
* NMM work group,
* Computer Graphics Lab,
* Saarland University, Germany
- * http://www.networtdemultimedia.org
+ * http://www.networkmultimedia.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/amarok/src/engine/nmm/HostList.h b/amarok/src/engine/nmm/HostList.h
index 20a1999d..f18add88 100644
--- a/amarok/src/engine/nmm/HostList.h
+++ b/amarok/src/engine/nmm/HostList.h
@@ -4,7 +4,7 @@
* NMM work group,
* Computer Graphics Lab,
* Saarland University, Germany
- * http://www.networtdemultimedia.org
+ * http://www.networkmultimedia.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/amarok/src/engine/nmm/HostListItem.cpp b/amarok/src/engine/nmm/HostListItem.cpp
index 0cf22dff..9ac9a7b7 100644
--- a/amarok/src/engine/nmm/HostListItem.cpp
+++ b/amarok/src/engine/nmm/HostListItem.cpp
@@ -4,7 +4,7 @@
* NMM work group,
* Computer Graphics Lab,
* Saarland University, Germany
- * http://www.networtdemultimedia.org
+ * http://www.networkmultimedia.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -111,7 +111,7 @@ TQString HostListItem::prettyStatus( int error )
st += i18n("An error appeared during video playback initialization. Make sure the <b>XDisplayNode</b> is present on your system. If it is present, the command <b>serverregistry -s</b> in a console will list <b>XDisplayNode</b> as <b>available</b>.<br/>");
if( error )
- st += i18n("In general have a look at the <a href=\"http://www.networtdemultimedia.org/Download/Binary/index.html#configure\">Configuration and tests</a> instructions.");
+ st += i18n("In general have a look at the <a href=\"http://www.networkmultimedia.org/Download/Binary/index.html#configure\">Configuration and tests</a> instructions.");
st += "</body></html>";
return st;
diff --git a/amarok/src/engine/nmm/HostListItem.h b/amarok/src/engine/nmm/HostListItem.h
index 569cb098..9fc98dcd 100644
--- a/amarok/src/engine/nmm/HostListItem.h
+++ b/amarok/src/engine/nmm/HostListItem.h
@@ -4,7 +4,7 @@
* NMM work group,
* Computer Graphics Lab,
* Saarland University, Germany
- * http://www.networtdemultimedia.org
+ * http://www.networkmultimedia.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/amarok/src/engine/nmm/NmmLocation.cpp b/amarok/src/engine/nmm/NmmLocation.cpp
index 8a3dded1..050dbe33 100644
--- a/amarok/src/engine/nmm/NmmLocation.cpp
+++ b/amarok/src/engine/nmm/NmmLocation.cpp
@@ -4,7 +4,7 @@
* NMM work group,
* Computer Graphics Lab,
* Saarland University, Germany
- * http://www.networtdemultimedia.org
+ * http://www.networkmultimedia.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/amarok/src/engine/nmm/NmmLocation.h b/amarok/src/engine/nmm/NmmLocation.h
index 242ad64e..a1bc693d 100644
--- a/amarok/src/engine/nmm/NmmLocation.h
+++ b/amarok/src/engine/nmm/NmmLocation.h
@@ -4,7 +4,7 @@
* NMM work group,
* Computer Graphics Lab,
* Saarland University, Germany
- * http://www.networtdemultimedia.org
+ * http://www.networkmultimedia.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/amarok/src/engine/nmm/ServerregistryPing.cpp b/amarok/src/engine/nmm/ServerregistryPing.cpp
index fdef69a4..8f025833 100644
--- a/amarok/src/engine/nmm/ServerregistryPing.cpp
+++ b/amarok/src/engine/nmm/ServerregistryPing.cpp
@@ -4,7 +4,7 @@
* NMM work group,
* Computer Graphics Lab,
* Saarland University, Germany
- * http://www.networtdemultimedia.org
+ * http://www.networkmultimedia.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/amarok/src/engine/nmm/ServerregistryPing.h b/amarok/src/engine/nmm/ServerregistryPing.h
index 5a79aeb1..312929c0 100644
--- a/amarok/src/engine/nmm/ServerregistryPing.h
+++ b/amarok/src/engine/nmm/ServerregistryPing.h
@@ -4,7 +4,7 @@
* NMM work group,
* Computer Graphics Lab,
* Saarland University, Germany
- * http://www.networtdemultimedia.org
+ * http://www.networkmultimedia.org
*
* Maintainer: Robert Gogolok <gogo@graphics.cs.uni-sb.de>
*
diff --git a/amarok/src/engine/nmm/amarok_nmmengine_plugin.desktop b/amarok/src/engine/nmm/amarok_nmmengine_plugin.desktop
index 7f79d5db..32c4b138 100644
--- a/amarok/src/engine/nmm/amarok_nmmengine_plugin.desktop
+++ b/amarok/src/engine/nmm/amarok_nmmengine_plugin.desktop
@@ -113,7 +113,7 @@ ServiceTypes=Amarok/Plugin
X-TDE-Amarok-plugintype=engine
X-TDE-Amarok-name=nmm-engine
-X-TDE-Amarok-authors=NMM work group http://www.networtdemultimedia.org
+X-TDE-Amarok-authors=NMM work group http://www.networkmultimedia.org
X-TDE-Amarok-email=nmm-dev@graphics.cs.uni-sb.de
X-TDE-Amarok-rank=50
X-TDE-Amarok-version=1
diff --git a/amarok/src/engine/nmm/nmm_configdialog.cpp b/amarok/src/engine/nmm/nmm_configdialog.cpp
index eba9db0c..712e98ea 100644
--- a/amarok/src/engine/nmm/nmm_configdialog.cpp
+++ b/amarok/src/engine/nmm/nmm_configdialog.cpp
@@ -4,7 +4,7 @@
* NMM work group,
* Computer Graphics Lab,
* Saarland University, Germany
- * http://www.networtdemultimedia.org
+ * http://www.networkmultimedia.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/amarok/src/engine/nmm/nmm_configdialog.h b/amarok/src/engine/nmm/nmm_configdialog.h
index 8cd00e7b..292046de 100644
--- a/amarok/src/engine/nmm/nmm_configdialog.h
+++ b/amarok/src/engine/nmm/nmm_configdialog.h
@@ -4,7 +4,7 @@
* NMM work group,
* Computer Graphics Lab,
* Saarland University, Germany
- * http://www.networtdemultimedia.org
+ * http://www.networkmultimedia.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/amarok/src/engine/nmm/nmm_engine.cpp b/amarok/src/engine/nmm/nmm_engine.cpp
index eb0c5fd9..9ec4b560 100644
--- a/amarok/src/engine/nmm/nmm_engine.cpp
+++ b/amarok/src/engine/nmm/nmm_engine.cpp
@@ -4,7 +4,7 @@
* NMM work group,
* Computer Graphics Lab,
* Saarland University, Germany
- * http://www.networtdemultimedia.org
+ * http://www.networkmultimedia.org
*
* Maintainer: Robert Gogolok <gogo@graphics.cs.uni-sb.de>
*
@@ -142,7 +142,7 @@ void NmmEngine::checkSecurity()
if( !writepaths_set )
str += "<b>allowedwritepaths option is not set</b>. NMM plugins are therefore allowed to write every file or directory the process running NMM is allowed.<br/>";
- str += "<br/>See <a href=\"http://www.networtdemultimedia.org/Download/\">http://www.networtdemultimedia.org/Download/</a> for general security instructions in the correspoding <i>configure and test NMM</i> section depending on your chosen installation method.";
+ str += "<br/>See <a href=\"http://www.networkmultimedia.org/Download/\">http://www.networkmultimedia.org/Download/</a> for general security instructions in the correspoding <i>configure and test NMM</i> section depending on your chosen installation method.";
str += "</body></html>";
if( !writepaths_set || !readpaths_set )
diff --git a/amarok/src/engine/nmm/nmm_engine.h b/amarok/src/engine/nmm/nmm_engine.h
index 0095c731..43630cb4 100644
--- a/amarok/src/engine/nmm/nmm_engine.h
+++ b/amarok/src/engine/nmm/nmm_engine.h
@@ -4,7 +4,7 @@
* NMM work group,
* Computer Graphics Lab,
* Saarland University, Germany
- * http://www.networtdemultimedia.org
+ * http://www.networkmultimedia.org
*
* Maintainer: Robert Gogolok <gogo@graphics.cs.uni-sb.de>
*