aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-23 21:58:57 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-23 21:58:57 +0000
commitbf7b206aac69a390a65a6c50717f226bb737a40d (patch)
treea43fe2babe7e72fe7d6b98ff62f7daf796d6306c /src
parentb4e1f64575c23df48acee883f5e80f9c820bc8fe (diff)
downloadusdx-bf7b206aac69a390a65a6c50717f226bb737a40d.tar.gz
usdx-bf7b206aac69a390a65a6c50717f226bb737a40d.tar.xz
usdx-bf7b206aac69a390a65a6c50717f226bb737a40d.zip
base/uPluginLoader.pas renamed to UPluginLoader.pas. no code change
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1408 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src')
-rw-r--r--src/base/UPluginLoader.pas (renamed from src/base/uPluginLoader.pas)4
-rw-r--r--src/ultrastardx.dpr2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/base/uPluginLoader.pas b/src/base/UPluginLoader.pas
index 876f23c6..5e581c23 100644
--- a/src/base/uPluginLoader.pas
+++ b/src/base/UPluginLoader.pas
@@ -19,8 +19,8 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
- * $URL$
- * $Id$
+ * $URL: https://ultrastardx.svn.sourceforge.net/svnroot/ultrastardx/trunk/src/base/uPluginLoader.pas $
+ * $Id: uPluginLoader.pas 1403 2008-09-23 21:17:22Z k-m_schindler $
*}
unit UPluginLoader;
diff --git a/src/ultrastardx.dpr b/src/ultrastardx.dpr
index 36dc7ee8..c35cb620 100644
--- a/src/ultrastardx.dpr
+++ b/src/ultrastardx.dpr
@@ -195,7 +195,7 @@ uses
UCore in 'base\UCore.pas', //Core, Maybe remove this
UCoreModule in 'base\UCoreModule.pas', //^
UPluginInterface in 'base\UPluginInterface.pas', //Interface offered by Core to Plugins
- uPluginLoader in 'base\uPluginLoader.pas', //New Plugin Loader Module
+ UPluginLoader in 'base\UPluginLoader.pas', //New Plugin Loader Module
UParty in 'base\UParty.pas', // TODO: rewrite Party Manager as Module, reomplent ability to offer party Mody by Plugin