mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Defect 249392
This commit is contained in:
parent
0927752dfd
commit
2314ae3421
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue