diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-12 19:34:44 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-12 19:34:44 +0000 |
commit | 2bffdc8da6974843565a680713b851ac2c8de7be (patch) | |
tree | abc115c70c2b42825d8efc052bee04f563a21f40 /remoting/host/disconnect_window_mac.h | |
parent | a1c2f8f87f4d4ba6b5fb1dc22ee0d46f6d1e50d9 (diff) | |
download | chromium_src-2bffdc8da6974843565a680713b851ac2c8de7be.zip chromium_src-2bffdc8da6974843565a680713b851ac2c8de7be.tar.gz chromium_src-2bffdc8da6974843565a680713b851ac2c8de7be.tar.bz2 |
Added l10n support to Mac host dialogs.
The XIB changes involve unifying the 'connected' message and username field into a single text field and adding some links to we can access the button in order to set its text.
BUG=93088
TEST=Manual
Review URL: http://codereview.chromium.org/7796024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/disconnect_window_mac.h')
-rw-r--r-- | remoting/host/disconnect_window_mac.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/disconnect_window_mac.h b/remoting/host/disconnect_window_mac.h index fc6f9cb..7e1593f 100644 --- a/remoting/host/disconnect_window_mac.h +++ b/remoting/host/disconnect_window_mac.h @@ -14,7 +14,8 @@ class DisconnectWindowMac; remoting::ChromotingHost* host_; remoting::DisconnectWindowMac* disconnectWindow_; NSString* username_; - IBOutlet NSTextField* usernameField_; + IBOutlet NSTextField* connectedToField_; + IBOutlet NSButton* disconnectButton_; } - (IBAction)stopSharing:(id)sender; |