We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bd97c commit 4226f73Copy full SHA for 4226f73
de.vogella.rcp.intro.dialogs.custom/src/de/vogella/rcp/intro/dialogs/custom/dialogs/MyDialog.java
@@ -30,7 +30,7 @@ public MyDialog(Shell parentShell) {
30
public void create() {
31
super.create();
32
// Set the title
33
- setTitle("This is my first own dialog");
+ setTitle("This is my first custom dialog");
34
// Set the message
35
setMessage("This is a TitleAreaDialog", IMessageProvider.INFORMATION);
36
0 commit comments