View Single Post
Okay, for future reference, found the info.

Last time someone had this behavior, they had a couple of defaults options set which specifically override whatever behavior the System Preferences pane had specified. OmniOutliner is dutifully respecting those defaults commands.

Specifically, they had these settings active:

NSNegativeCurrencyFormatString = "-$9,999.00";
NSPositiveCurrencyFormatString = "$9,999.00";

If you want to remove those settings, you can do so with the following steps:

Open the Terminal application (from your Utilities folder).
Enter each of the following two commands - you want everything between the quotes, but not the quotes. Hit Return after each command.

"defaults remove NSGlobalDomain NSNegativeCurrencyFormatString"
and
"defaults remove NSGlobalDomain NSPositiveCurrencyFormatString"

Once you do that, OmniOutliner should behave as expected; you may need to relaunch it if you had it running when you entered the terminal commands.

Let me know if you have any questions about this!

Last edited by Brian; 2008-06-03 at 01:58 PM.. Reason: I can not spell.