summaryrefslogtreecommitdiffstats
path: root/examples/toplevel
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
commite02e31c8b9d854cd62cbe9799228f6e08e882773 (patch)
tree53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /examples/toplevel
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
Diffstat (limited to 'examples/toplevel')
-rw-r--r--examples/toplevel/options.ui8
-rw-r--r--examples/toplevel/toplevel.doc2
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/toplevel/options.ui b/examples/toplevel/options.ui
index 04641a5c..1658876e 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 0dd1a0d3..4dbe1d92 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