1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Defect 249392

This commit is contained in:
Randy Rohrbach 2008-10-01 21:16:45 +00:00
parent 0927752dfd
commit 2314ae3421

View file

@ -439,7 +439,7 @@ public class NumberFormatDetailPane implements IDetailPane, IAdaptable, IPropert
completedFormatStrings.add("String : " + getData().getFormattedValue()); //$NON-NLS-1$
}
else {
completedFormatStrings.add("Other.. : " + getData().getFormattedValue()); //$NON-NLS-1$
completedFormatStrings.add("Other.. : (" + str + ") " + getData().getFormattedValue()); //$NON-NLS-1$ //$NON-NLS-2$
}
}
countingRm.done();