diff options
Diffstat (limited to 'examples/toplevel')
-rw-r--r-- | examples/toplevel/options.ui | 8 | ||||
-rw-r--r-- | examples/toplevel/toplevel.doc | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/toplevel/options.ui b/examples/toplevel/options.ui index 04641a5c3..1658876e3 100644 --- a/examples/toplevel/options.ui +++ b/examples/toplevel/options.ui @@ -131,7 +131,7 @@ <string>A window system menu.</string> </property> <property name="whatsThis" stdset="0"> - <string>Adds a window system menu. Many window managers retquire a system menu to be able to provide minimize or maximize controls. A system menu implies a close button.</string> + <string>Adds a window system menu. Many window managers require a system menu to be able to provide minimize or maximize controls. A system menu implies a close button.</string> </property> </widget> <widget class="TQCheckBox"> @@ -148,7 +148,7 @@ <string>A minimize button</string> </property> <property name="whatsThis" stdset="0"> - <string>Adds a minimze button. This option retquires a system menu on many window managers.</string> + <string>Adds a minimze button. This option requires a system menu on many window managers.</string> </property> </widget> <widget class="TQCheckBox"> @@ -165,7 +165,7 @@ <string>A maximize button</string> </property> <property name="whatsThis" stdset="0"> - <string>Adds a maximze button. This option retquires a system menu on many window managers.</string> + <string>Adds a maximze button. This option requires a system menu on many window managers.</string> </property> </widget> <widget class="TQCheckBox"> @@ -182,7 +182,7 @@ <string>A context help button</string> </property> <property name="whatsThis" stdset="0"> - <string>Adds a context help button. This option retquires a system menu on many window managers, and often doesn't work together with minimize and maximize buttons.</string> + <string>Adds a context help button. This option requires a system menu on many window managers, and often doesn't work together with minimize and maximize buttons.</string> </property> </widget> </vbox> diff --git a/examples/toplevel/toplevel.doc b/examples/toplevel/toplevel.doc index 0dd1a0d31..4dbe1d922 100644 --- a/examples/toplevel/toplevel.doc +++ b/examples/toplevel/toplevel.doc @@ -76,7 +76,7 @@ \printto cbBehaviorPopup A toplevel widget can stay on top of the whole desktop if the window manager supports this functionality. - \footnote Unfortunately some X11 window managers also retquire the \c + \footnote Unfortunately some X11 window managers also require the \c WX11BypassWM flag to be set in addition; but some other X11 window managers will have problems if this flag is set. \endfootnote |