The name in launcher or taskbar should have a
"Emulator - " prefix in order to be clear for the
user.
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
shell.setLocation(x, y);
String emulatorName = SkinUtil.makeEmulatorName(config);
- shell.setText(emulatorName);
+ shell.setText("Emulator - " + emulatorName);
displayCanvas.setBackground(
shell.getDisplay().getSystemColor(SWT.COLOR_BLACK));
shell.setLocation(x, y);
String emulatorName = SkinUtil.makeEmulatorName(config);
- shell.setText(emulatorName);
+ shell.setText("Emulator - " + emulatorName);
lcdCanvas.setBackground(shell.getDisplay().getSystemColor(SWT.COLOR_BLACK));