diff options
author | chocobo@chromium.org <chocobo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 20:11:08 +0000 |
---|---|---|
committer | chocobo@chromium.org <chocobo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 20:11:08 +0000 |
commit | d81f2286f59f740262ec02d4d4f6d3ea29216cfd (patch) | |
tree | 980fc6534fc648fee34894e9be75ede8c99e0003 /chrome/app | |
parent | 6536847c94437263e6fe0f168f92ae7e8c5bae71 (diff) | |
download | chromium_src-d81f2286f59f740262ec02d4d4f6d3ea29216cfd.zip chromium_src-d81f2286f59f740262ec02d4d4f6d3ea29216cfd.tar.gz chromium_src-d81f2286f59f740262ec02d4d4f6d3ea29216cfd.tar.bz2 |
Change show/hide password button image. Changed to ToggleImageButton. Added tooltip to the button.
BUG=chromium-os:17755
TEST=manual
Review URL: http://codereview.chromium.org/7635027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96604 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 | ||||
-rw-r--r-- | chrome/app/theme/network_show_password_hover.png | bin | 0 -> 3125 bytes | |||
-rw-r--r-- | chrome/app/theme/network_show_password_off.png | bin | 0 -> 3033 bytes | |||
-rw-r--r-- | chrome/app/theme/network_show_password_on.png | bin | 0 -> 3202 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 3 |
5 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a5c6dbe..446216a 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -10986,6 +10986,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSPHRASE" desc="In settings Internet options, the label for the passphrase."> Password: </message> + <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSPHRASE_SHOW" desc="In settings Internet options, the label for the passphrase visible toggle button to show passphrase."> + Click to show password + </message> + <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSPHRASE_HIDE" desc="In settings Internet options, the label for the passphrase visible toggle button to hide passphrase."> + Click to hide password + </message> <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SAVE_CREDENTIALS" desc="In settings Internet options, the label for the checkbox to save identity and password."> Save identity and password </message> diff --git a/chrome/app/theme/network_show_password_hover.png b/chrome/app/theme/network_show_password_hover.png Binary files differnew file mode 100644 index 0000000..8417d5f --- /dev/null +++ b/chrome/app/theme/network_show_password_hover.png diff --git a/chrome/app/theme/network_show_password_off.png b/chrome/app/theme/network_show_password_off.png Binary files differnew file mode 100644 index 0000000..427444d --- /dev/null +++ b/chrome/app/theme/network_show_password_off.png diff --git a/chrome/app/theme/network_show_password_on.png b/chrome/app/theme/network_show_password_on.png Binary files differnew file mode 100644 index 0000000..aa73b19 --- /dev/null +++ b/chrome/app/theme/network_show_password_on.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 8ce14bd..a74691a 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -483,6 +483,9 @@ <include name="IDR_LOGIN_GUEST" file="login_guest.png" type="BINDATA" /> <include name="IDR_LOGIN_ADD_USER" file="login_add_user.png" type="BINDATA" /> <include name="IDR_LOGIN_ADD_USER_HOVER" file="login_add_user_hover.png" type="BINDATA" /> + <include name="IDR_NETWORK_SHOW_PASSWORD_OFF" file="network_show_password_off.png" type="BINDATA" /> + <include name="IDR_NETWORK_SHOW_PASSWORD_ON" file="network_show_password_on.png" type="BINDATA" /> + <include name="IDR_NETWORK_SHOW_PASSWORD_HOVER" file="network_show_password_hover.png" type="BINDATA" /> <include name="IDR_NOTIFICATION_3G" file="notification_3g.png" type="BINDATA" /> <include name="IDR_NOTIFICATION_BARS_EMPTY" file="notification_bars_empty.png" type="BINDATA" /> <include name="IDR_NOTIFICATION_BARS_CRITICAL" file="notification_bars_critical.png" type="BINDATA" /> |