Chameleon Applications

Chameleon Applications Commit Details

Date:2011-11-15 06:25:19 (12 years 5 months ago)
Author:Rekursor
Commit:344
Parents: 343
Message:fixed typos in xib updater filename
Changes:
R/trunk/ChameleonPrefPane/xibupadeall → /trunk/ChameleonPrefPane/xibupdate_all
M/trunk/ChameleonPrefPane/Sources/TableViewsController.mm

File differences

trunk/ChameleonPrefPane/xibupadeall
1
2
3
4
5
6
7
8
9
10
11
12
echo "German"
cp English.lproj/Chameleon.xib German.lproj/
./ibimport German.lproj/Chameleon
echo "Italian"
cp English.lproj/Chameleon.xib Italian.lproj/
./ibimport Italian.lproj/Chameleon
echo "French"
cp English.lproj/Chameleon.xib French.lproj/
./ibimport French.lproj/Chameleon
echo "Spanish"
cp English.lproj/Chameleon.xib Spanish.lproj/
./ibimport Spanish.lproj/Chameleon
trunk/ChameleonPrefPane/Sources/TableViewsController.mm
137137
138138
139139
140
140
141
142
143
141144
142145
143146
PartitionInfoElement* partInfo = [PartsInfoMgr objectAtIndex:currentRowSel];
NSString* s;
#if 0
#if 0
// Chameleon is difficult for now to synchronize with uuid
// because windows partitions have a different uuid format than osx ones in the booter ...
// we'll address that interfacing problem later, probably in chameleon itself first.
if ( [partInfo vUUID].length>>0)
s = [partInfo vUUID];
else
trunk/ChameleonPrefPane/xibupdate_all
1
2
3
4
5
6
7
8
9
10
11
12
echo "German"
cp English.lproj/Chameleon.xib German.lproj/
./ibimport German.lproj/Chameleon
echo "Italian"
cp English.lproj/Chameleon.xib Italian.lproj/
./ibimport Italian.lproj/Chameleon
echo "French"
cp English.lproj/Chameleon.xib French.lproj/
./ibimport French.lproj/Chameleon
echo "Spanish"
cp English.lproj/Chameleon.xib Spanish.lproj/
./ibimport Spanish.lproj/Chameleon

Archive Download the corresponding diff file

Revision: 344