diff options
Diffstat (limited to 'doc/html/motif-walkthrough-10.html')
-rw-r--r-- | doc/html/motif-walkthrough-10.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/motif-walkthrough-10.html b/doc/html/motif-walkthrough-10.html index b5e64017b..dbc0e0bfa 100644 --- a/doc/html/motif-walkthrough-10.html +++ b/doc/html/motif-walkthrough-10.html @@ -86,7 +86,7 @@ Apple Mac OS X. widget, we can extend the interface easily. We can use some of the more advanced features of <a href="ntqmainwindow.html">TQMainWindow</a>, which includes dockable toolbars. Adding these is simple with the <em>TQt Designer</em>. The -final version of our project includes a toolbar, which provides tquick +final version of our project includes a toolbar, which provides quick access to the <em>Open</em>, <em>Save</em>, <em>Print</em>, <em>New Page</em> and <em>Delete to Trash</em> actions. <p> The possibilities are endless. An <em>Edit</em> menu, with the common <em>Cut</em>, <em>Copy</em> and <em>Paste</em> actions, could be added in a relatively short period of time. As our project expands to other platforms, we |