Corrected LANGID for 'es'.

[LANG_SPANISH, SUBLANG_SPANISH_MODERN] corresponds to the LANGID 0x0c0a.

Original by alexeypa@chromium.org, patch from issue 18132016.

Review URL: https://codereview.chromium.org/18892002

git-svn-id: http://grit-i18n.googlecode.com/svn/trunk@131 7262f16d-afe8-6277-6482-052fa10e57b1
diff --git a/grit/format/rc.py b/grit/format/rc.py
index 9ba5b86..153086c 100644
--- a/grit/format/rc.py
+++ b/grit/format/rc.py
@@ -81,7 +81,7 @@
   'ar'          : '040104e8',
   'fi'          : '040b04e4',
   'ko'          : '041203b5',
-  'es'          : '040a04e4',
+  'es'          : '0c0a04e4',
   'bg'          : '040204e3',
   # No codepage for filipino, use unicode(1200).
   'fil'         : '046404e4',