[Igarden-commit] Garden/source/Preferences MeasurementPrefsPanel.cpp, 1.6.2.2, 1.6.2.3
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-04-05 23:05:46
|
Update of /cvsroot/igarden/Garden/source/Preferences In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6483/source/Preferences Modified Files: Tag: Release_branch_v1 MeasurementPrefsPanel.cpp Log Message: Removed some XML escapes so that it would translate correctly. Index: MeasurementPrefsPanel.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Preferences/MeasurementPrefsPanel.cpp,v retrieving revision 1.6.2.2 retrieving revision 1.6.2.3 diff -C2 -d -r1.6.2.2 -r1.6.2.3 *** MeasurementPrefsPanel.cpp 19 Mar 2008 01:26:54 -0000 1.6.2.2 --- MeasurementPrefsPanel.cpp 5 Apr 2008 23:05:36 -0000 1.6.2.3 *************** *** 268,273 **** roundingMenu->Insert(kNearestFoot, stx("Nearest Foot")); roundingMenu->Insert(kNearestInch, stx("Nearest Inch")); ! roundingMenu->Insert(kNearestQuarter, stx("Nearest 1/4"")); ! roundingMenu->Insert(kNearestEighth, stx("Nearest 1/8"")); roundingMenu->SetValue(menuPick); } --- 268,273 ---- roundingMenu->Insert(kNearestFoot, stx("Nearest Foot")); roundingMenu->Insert(kNearestInch, stx("Nearest Inch")); ! roundingMenu->Insert(kNearestQuarter, stx("Nearest 1/4 Inch")); ! roundingMenu->Insert(kNearestEighth, stx("Nearest 1/8 Inch")); roundingMenu->SetValue(menuPick); } |