JDK-6460627 : [es,fr] "Later" button is to narrow for spanish and french text
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2006-08-16
  • Updated: 2006-09-21
  • Resolved: 2006-08-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0u10Fixed 6 b96Fixed
Description
When a new Java version is available a notification dialog is popped-up.
The button "Later" is so narrow to be able to be display the translation for spanish and french.
Added attachements: screenshots.

Comments
EVALUATION ------- UpdateChecker_es.rc ------- 18,19c18,19 < DEFPUSHBUTTON "Instalar",IDOK,165,119,44,13 < PUSHBUTTON "M��s adelante",IDCANCEL,215,119,44,13 --- > DEFPUSHBUTTON "Instalar",IDOK,157,119,44,13 > PUSHBUTTON "M��s adelante",IDCANCEL,207,119,52,13 ------- UpdateChecker_fr.rc ------- 18,19c18,19 < DEFPUSHBUTTON "Installer",IDOK,165,119,44,13 < PUSHBUTTON "Ult��rieurement",IDCANCEL,215,119,44,13 --- > DEFPUSHBUTTON "Installer",IDOK,154,119,44,13 > PUSHBUTTON "Ult��rieurement",IDCANCEL,204,119,55,13
16-08-2006

EVALUATION Widening the button.
16-08-2006

SUGGESTED FIX Make button wider: deploy/src/plugin/win32/jupdate/checker/UpdateChecker_en.rc:IDD_NOTIFY_UPDATE_DIALOG/PUSHBUTTON
16-08-2006