summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-15 23:44:04 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-15 23:44:04 +0000
commit115d27dcb8ddd0b6985ba0bea0f2fb4e0dcde70c (patch)
treeb5acc0dbabf1b47c0d408204c680a57170ec370c /chrome/app
parent2e12a23d5fee3aa7df22f2de726ee048fd7b3867 (diff)
downloadchromium_src-115d27dcb8ddd0b6985ba0bea0f2fb4e0dcde70c.zip
chromium_src-115d27dcb8ddd0b6985ba0bea0f2fb4e0dcde70c.tar.gz
chromium_src-115d27dcb8ddd0b6985ba0bea0f2fb4e0dcde70c.tar.bz2
Remove references to 'linux2' from our grd files.
BUG=85845 Review URL: http://codereview.chromium.org/7181002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89271 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd4
-rw-r--r--chrome/app/resources/locale_settings.grd2
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 2e53cf3..72ae6e9 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2415,12 +2415,12 @@ are declared in build/common.gypi.
</if>
<!-- "Create application shortcuts" dialog -->
- <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
+ <if expr="not pp_ifdef('use_titlecase')">
<message name="IDS_CREATE_SHORTCUTS_TITLE" desc="Title of the dialog to create application shortcuts for current page.">
Create application shortcuts
</message>
</if>
- <if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
+ <if expr="pp_ifdef('use_titlecase')">
<message name="IDS_CREATE_SHORTCUTS_TITLE" desc="In Title Case: title of the dialog to create application shortcuts for current page.">
Create Application Shortcuts
</message>
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd
index ef56393..3d21518 100644
--- a/chrome/app/resources/locale_settings.grd
+++ b/chrome/app/resources/locale_settings.grd
@@ -509,7 +509,7 @@
</message>
<!-- The width and height for the "create application shortcuts error" dialog. -->
- <if expr="os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5'">
+ <if expr="is_posix and not is_macosx">
<message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_WIDTH_CHARS" use_name_for_id="true">
60
</message>