From 989fd841323a04f01f9ce0e899183684a1b431e5 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 10 Nov 2013 02:18:18 +0000 Subject: Fix use of deprecated functions. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87798 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/Bladesio1/macsrc/PluginConfigController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/plugins/Bladesio1/macsrc/PluginConfigController.m') diff --git a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.m b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.m index 90ad3b6c..8572289e 100755 --- a/macosx/plugins/Bladesio1/macsrc/PluginConfigController.m +++ b/macosx/plugins/Bladesio1/macsrc/PluginConfigController.m @@ -188,7 +188,7 @@ void ReadConfig() keyValues = [[defaults dictionaryForKey:PrefsKey] mutableCopy]; [enabledButton setState: [keyValues[kSioEnabled] boolValue] ? NSOnState : NSOffState]; - [ipAddressField setTitleWithMnemonic:keyValues[kSioIPAddress]]; + [[ipAddressField cell] setTitle:keyValues[kSioIPAddress]]; [portField setIntValue:[keyValues[kSioPort] intValue]]; switch ([keyValues[kSioPlayer] integerValue]) { -- cgit v1.2.3