summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5ee790b)
raw | patch | inline | side by side (parent: 5ee790b)
author | mjwybrow <mjwybrow@users.sourceforge.net> | |
Fri, 18 Sep 2009 08:14:48 +0000 (08:14 +0000) | ||
committer | mjwybrow <mjwybrow@users.sourceforge.net> | |
Fri, 18 Sep 2009 08:14:48 +0000 (08:14 +0000) |
Mac part of bug #168336: "Error message when applying perspective effect".
packaging/macosx/Resources/bin/inkscape | patch | blob | history |
index 83c46536d3b84498d09d6168a49fa52a2bb9d31d..349b0ebe4727b10998275059b181035390d3baab 100755 (executable)
LANGSTR=`defaults read .GlobalPreferences AppleCollationOrder 2>/dev/null`
if [ "x$LANGSTR" == "x" ]
then
- echo "Warning: AppleCollationOrder setting not found, using AppleLocale."
+ echo "Warning: AppleCollationOrder setting not found, using AppleLocale." 1>&2
LANGSTR=`defaults read .GlobalPreferences AppleLocale 2>/dev/null | \
sed 's/_.*//'`
fi
# to crash on startup in locale_from_utf8().
export LANG="`grep \"\`echo $LANGSTR\`_\" /usr/share/locale/locale.alias | \
tail -n1 | sed 's/\./ /' | awk '{print $2}'`.UTF-8"
-echo "Setting Language: $LANG"
+echo "Setting Language: $LANG" 1>&2
# Handle the case where the directory storing Inkscape has a '#' in the name.
# This '#' needs to be escaped in pango.modules for Pango to work properly.