r14674 by cbradney - Its late, fix another typo
scribus-commit
scribus-commit at lists.scribus.net
Wed Feb 10 00:40:32 CET 2010
Revision: 14674
Author: cbradney
Date: 2010-02-09T23:35:12.245814Z
Commit message: Its late, fix another typo
Changeset:
M /trunk/Scribus/scribus/scclocale.cpp
Diffs:
Index: scribus/scclocale.cpp
===================================================================
--- scribus/scclocale.cpp (revision 14673)
+++ scribus/scclocale.cpp (revision 14674)
@@ -22,7 +22,7 @@
#if defined(Q_WS_WIN)
cLocale = _create_locale(LC_ALL, "C");
#else
- #if not defined(Q_OS_SOLARIS
+ #if not defined(Q_OS_SOLARIS)
cLocale = newlocale(LC_ALL_MASK, "C", NULL);
#endif
#endif
@@ -33,7 +33,7 @@
#if defined(Q_WS_WIN)
_free_locale(cLocale);
#else
- #if not defined(Q_OS_SOLARIS
+ #if not defined(Q_OS_SOLARIS)
freelocale(cLocale);
#endif
#endif
More information about the scribus-commit
mailing list