Skip to content

Commit 4226f73

Browse files
committed
Typos fixed
1 parent 85bd97c commit 4226f73

File tree

1 file changed

+1
-1
lines changed
  • de.vogella.rcp.intro.dialogs.custom/src/de/vogella/rcp/intro/dialogs/custom/dialogs

1 file changed

+1
-1
lines changed

de.vogella.rcp.intro.dialogs.custom/src/de/vogella/rcp/intro/dialogs/custom/dialogs/MyDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public MyDialog(Shell parentShell) {
3030
public void create() {
3131
super.create();
3232
// Set the title
33-
setTitle("This is my first own dialog");
33+
setTitle("This is my first custom dialog");
3434
// Set the message
3535
setMessage("This is a TitleAreaDialog", IMessageProvider.INFORMATION);
3636

0 commit comments

Comments
 (0)