$OpenBSD: patch-chrome_app_generated_resources_grd,v 1.5 2011/07/19 19:20:20 naddy Exp $
--- chrome/app/generated_resources.grd.orig	Fri Jun 24 02:01:46 2011
+++ chrome/app/generated_resources.grd	Tue Jul 19 08:15:14 2011
@@ -1000,7 +1000,7 @@ Other platform defines such as use_titlecase are decla
           Preferences...
         </message>
       </if>
-      <if expr="os == 'linux2'">
+      <if expr="os == 'linux2' or os.find('bsd') != -1">
         <message name="IDS_PREFERENCES" desc="The text label of the Preferences menu item.">
           Preferences
         </message>
@@ -7129,7 +7129,7 @@ Keep your key file in a safe place. You will need it t
         </message>
       </if>
 
-      <if expr="os == 'darwin' or (os =='linux2' and not pp_ifdef('chromeos'))">
+      <if expr="os == 'darwin' or ((os =='linux2' or os.find('bsd') != -1) and not pp_ifdef('chromeos'))">
         <message name="IDS_AUTOFILL_OPTIONS_TITLE" desc="The title of the Autofill dialog.">
           Autofill Preferences
         </message>
@@ -9421,7 +9421,7 @@ Keep your key file in a safe place. You will need it t
       </if> <!-- os == 'darwin' -->
 
       <!-- Linux Global Menubar Menus -->
-      <if expr="os == 'linux2'">
+      <if expr="os == 'linux2' or os.find('bsd') != -1">
         <!-- Unity and some other GNOME configurations now have a permanent,
              Mac-like menu bar that lives outside the window at the top of the
              screen. The following strings should be in Linux style, not Mac
@@ -12114,7 +12114,7 @@ Keep your key file in a safe place. You will need it t
       Import bookmarks now...
     </message>
 
-    <if expr="os == 'linux2' or os == 'openbsd4' or os=='freebsd6'">
+    <if expr="os == 'linux2' or os.find('openbsd') != -1 or os=='freebsd6'">
       <!-- Linux proxy configuration fallback help -->
       <message name="IDS_ABOUT_LINUX_PROXY_CONFIG_TITLE" desc="Title of HTML page shown on systems where system proxy configuration is unsupported.">
         Proxy Configuration Help
