update source for tizen_2.1
[sdk/emulator/qemu.git] / tizen / src / skin / client / src / org / tizen / emulator / skin / layout / PhoneShapeSkinComposer.java
index 7fd6b9e..21eeeea 100644 (file)
@@ -136,7 +136,7 @@ public class PhoneShapeSkinComposer implements ISkinComposer {
                shell.setLocation(x, y);
 
                String emulatorName = SkinUtil.makeEmulatorName(config);
-               shell.setText(emulatorName);
+               shell.setText("Emulator - " + emulatorName);
 
                lcdCanvas.setBackground(shell.getDisplay().getSystemColor(SWT.COLOR_BLACK));