diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-26 22:53:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-26 23:57:47 +0100 |
commit | 570b59edac31d1a86ebbb042602f5a9781c19ef9 (patch) | |
tree | 7e7f5dd85fdb11b4f498ae57a93dae2e44f4d20d /vcl | |
parent | f72004dc283dce45649e5807a6345a5d08b79a21 (diff) |
fix fractured comment
Change-Id: Ib4227a74232b1ba6ca48d037340c4a7441ab08e7
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/dialog.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/vcl/dialog.hxx b/vcl/inc/vcl/dialog.hxx index 22ca60951970..b0e69c44c9ef 100644 --- a/vcl/inc/vcl/dialog.hxx +++ b/vcl/inc/vcl/dialog.hxx @@ -35,8 +35,8 @@ #include <vcl/syswin.hxx> #include <vcl/timer.hxx> -// parameter to pass to the dialogue constructor if really no parent is wanted -// whereas NULL chooses the deafult dialogue parent +// parameter to pass to the dialog constructor if really no parent is wanted +// whereas NULL chooses the default dialog parent #define DIALOG_NO_PARENT ((Window*)0xffffffff) // ---------- |