diff options
Diffstat (limited to 'chrome/app/resources')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index 2db80a4..a03c3cf 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -580,7 +580,7 @@ </message> <!-- The width and height for the "create application shortcuts error" dialog. --> - <if expr="os == 'linux2'"> + <if expr="os == 'linux2' or os == 'openbsd4' or os == 'freebsd6'"> <message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 60 </message> |