aboutsummaryrefslogtreecommitdiffstats
path: root/src/ultrastardx.dpr
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/ultrastardx.dpr
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/ultrastardx.dpr')
-rw-r--r--src/ultrastardx.dpr2
1 files changed, 1 insertions, 1 deletions
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