We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d6a2a commit e4beed8Copy full SHA for e4beed8
team/bundles/org.eclipse.compare/compare/org/eclipse/compare/EditionSelectionDialog.java
@@ -1102,6 +1102,7 @@ private void handleMemberSelect(Widget w) {
1102
String pattern= Utilities.getString(fBundle, "treeTitleFormat"); //$NON-NLS-1$
1103
String title= MessageFormat.format(pattern, ((Item)w).getText());
1104
fEditionPane.setText(title);
1105
+
1106
Iterator<Object> iter= editions.iterator();
1107
while (iter.hasNext()) {
1108
Object item= iter.next();
0 commit comments