Changeset 4102
- Timestamp:
- 05/08/06 20:09:33 (3 years ago)
- Files:
-
- WiredServer/trunk/Package/Info.plist (modified) (2 diffs)
- WiredServer/trunk/Package/Resources/English.lproj/Description.plist (modified) (1 diff)
- WiredServer/trunk/Package/Resources/English.lproj/ReadMe.rtf (modified) (2 diffs)
- WiredServer/trunk/PreferencePane/English.lproj/InfoPlist.strings (modified) (1 diff)
- WiredServer/trunk/WCAccountsController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/Package/Info.plist
r3004 r4102 4 4 <dict> 5 5 <key>CFBundleGetInfoString</key> 6 <string>Wired Server 1.3 </string>6 <string>Wired Server 1.3.1</string> 7 7 <key>CFBundleIdentifier</key> 8 8 <string>com.zanka.WiredServer</string> … … 10 10 <string>Wired Server</string> 11 11 <key>CFBundleShortVersionString</key> 12 <string>1.3 </string>12 <string>1.3.1</string> 13 13 <key>IFMajorVersion</key> 14 14 <integer>1</integer> WiredServer/trunk/Package/Resources/English.lproj/Description.plist
r3004 r4102 10 10 <string>Wired Server</string> 11 11 <key>IFPkgDescriptionVersion</key> 12 <string>1.3 </string>12 <string>1.3.1</string> 13 13 </dict> 14 14 </plist> WiredServer/trunk/Package/Resources/English.lproj/ReadMe.rtf
r3873 r4102 4 4 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 5 5 6 \f0\b\fs36 \cf2 Wired Server 1.3 Read Me\cf0 \6 \f0\b\fs36 \cf2 Wired Server 1.3.1 Read Me\cf0 \ 7 7 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 8 8 … … 27 27 \f0\b \cf0 \ 28 28 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 29 \cf2 1.3\ 29 \cf2 1.3.1\ 30 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 31 32 \f1\b0 \cf0 - Fix problem with main thread hanging after registering with a tracker sometimes\ 33 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 34 35 \f0\b \cf2 \ 36 1.3\ 30 37 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 31 38 WiredServer/trunk/PreferencePane/English.lproj/InfoPlist.strings
r3946 r4102 2 2 3 3 CFBundleName = "Wired"; 4 CFBundleShortVersionString = "Wired Server 1.3 ";5 CFBundleGetInfoString = "Wired Server 1.3 , Copyright (c) 2003-2006, Zanka Software.";4 CFBundleShortVersionString = "Wired Server 1.3.1"; 5 CFBundleGetInfoString = "Wired Server 1.3.1, Copyright (c) 2003-2006, Zanka Software."; 6 6 NSHumanReadableCopyright = "Copyright (c) 2003-2006, Zanka Software."; WiredServer/trunk/WCAccountsController.m
r4011 r4102 501 501 [_tableView reloadData]; 502 502 503 row = [_tableView selectedRow]; 503 504 row = row == 0 ? 0 : row - 1; 504 505
