Chameleon Applications

Chameleon Applications Commit Details

Date:2011-11-19 14:41:27 (12 years 5 months ago)
Author:Rekursor
Commit:351
Parents: 350
Message:Fixed typos
Changes:
M/trunk/ChameleonPrefPane/Sources/PartitionInfoManager.mm

File differences

trunk/ChameleonPrefPane/Sources/PartitionInfoManager.mm
22
33
44
5
6
5
76
87
98
......
119118
120119
121120
122
121
123122
124123
125124
......
162161
163162
164163
165
164
166165
167166
168167
// PartitionInfoManager.mm
// ChameleonPrefPane
//
// Created by Fabien on 11-11-13.
// Copyright 2011 __MyCompanyName__. All rights reserved.
// Created by Rekursor on 11-11-13.
//
#import "PartitionInfoManager.h"
static NSString *sHideSpec=nil, *sRenSpec=nil;
/// Update paritions alias with partSpec
/// Update partitions alias with partSpec
+(void) hideParts: (NSString*) hideSpec
{
if (hideSpec!=nil) {
return false;
}
/// Update parttiions hidden property with partSpec
/// Update partitions hidden property with partSpec
+(void) renameParts: (NSString*) renSpec
{
if (renSpec!=nil) {

Archive Download the corresponding diff file

Revision: 351