Adium

Changeset 15532

Show
Ignore:
Timestamp:
03/21/2006 01:25:11 AM (3 years ago)
Author:
evands
Message:

s/Plugins/PlugIns so our directory names are case consistent, fixing problems on case sensitive file systems. Fixes #2178

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/AICorePluginLoader.m

    r15426 r15532  
    2929#import <Adium/AIPlugin.h> 
    3030 
    31 #define DIRECTORY_INTERNAL_PLUGINS              [@"Contents" stringByAppendingPathComponent:@"Plugins"]       //Path to the internal plugins 
    32 #define EXTERNAL_PLUGIN_FOLDER                  @"Plugins"                            //Folder name of external plugins 
    33 #define EXTERNAL_DISABLED_PLUGIN_FOLDER @"Plugins (Disabled)" //Folder name for disabled external plugins 
     31#define DIRECTORY_INTERNAL_PLUGINS              [@"Contents" stringByAppendingPathComponent:@"PlugIns"]       //Path to the internal plugins 
     32#define EXTERNAL_PLUGIN_FOLDER                  @"PlugIns"                            //Folder name of external plugins 
     33#define EXTERNAL_DISABLED_PLUGIN_FOLDER @"PlugIns (Disabled)" //Folder name for disabled external plugins 
    3434#define EXTENSION_ADIUM_PLUGIN                  @"AdiumPlugin"                  //File extension of a plugin 
    3535