1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 15:05:36 +02:00

Bug 431825 - Empty brackets in "Select Process" dialog.

This commit is contained in:
Mikhail Khodjaiants 2014-04-02 17:19:06 -04:00
parent 2e7fd0da20
commit 090c85b966

View file

@ -118,7 +118,7 @@ public class ProcessPrompter implements IStatusHandler {
}
String owner = info.getOwner();
if (owner != null) {
if (owner != null && !owner.isEmpty()) {
text.append(" (" + owner + ")"); //$NON-NLS-1$//$NON-NLS-2$
}