use BluetoothPSViewController

This commit is contained in:
matthias.ringwald 2011-06-02 16:07:05 +00:00
parent b70a879e47
commit 277e27f43f
2 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@
<key>MinimumOSVersion</key> <key>MinimumOSVersion</key>
<string>3.0</string> <string>3.0</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>prefsListController</string> <string>BluetoothPSViewController</string>
</dict> </dict>
</plist> </plist>

View File

@ -2,7 +2,7 @@
entry = { entry = {
bundle = BTstack; bundle = BTstack;
cell = PSLinkCell; cell = PSLinkCell;
detail = "PrefsViewController.m"; detail = "BluetoothPSViewController";
icon = "BTstack.png"; icon = "BTstack.png";
isController = 1; isController = 1;
label = BTstack; label = BTstack;