diff options
Diffstat (limited to '')
-rw-r--r-- | src/base/UPluginLoader.pas (renamed from src/base/uPluginLoader.pas) | 4 | ||||
-rw-r--r-- | src/ultrastardx.dpr | 2 |
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 |