aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2015-11-21 16:08:28 +0000
committerAnders Broman <a.broman58@gmail.com>2015-11-22 08:34:11 +0000
commit46876a91c2bf9968fe38feea776be7c0efb7006c (patch)
treeba2cf5a3c339b4049ee04191e23e65508854c727 /docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc
parent782be9a50f5754277749e05a49ce9d30026570d9 (diff)
Developers Guide Updates
Fix a bunch of typos. Commented out Strawberry Perl section on Windows, CMake no longer uses it. Removed commented out svn commit section. Change-Id: Ied53c1b9aed69dc2c99449ef198f69a8cba42d5e Reviewed-on: https://code.wireshark.org/review/12011 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc b/docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc
index 33a5a0f555..a62412a780 100644
--- a/docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_userinterface.asciidoc
@@ -1,7 +1,7 @@
++++++++++++++++++++++++++++++++++++++
<!-- WSDG Chapter User Interface -->
++++++++++++++++++++++++++++++++++++++
-
+
[[ChapterUserInterface]]
== User Interface
@@ -66,7 +66,7 @@ name components with underscores. For example, ColoringRulesDialog is defined in
'coloring_rules_dialog.ui'.
General-purpose dialogs are subclasses of `QDialog`. Dialogs that rely on the
-current capture file can sublcass `WiresharkDialog`, which provides methods and
+current capture file can subclass `WiresharkDialog`, which provides methods and
members that make it easier to access the capture file and to keep the dialog
open when the capture file closes.
@@ -154,7 +154,7 @@ automatically retranslated and must instead be manually translated using
of this.
NOTE: If your object life is short and your components are (re)created
-dynamically then it is ok to to use `tr()`.
+dynamically then it is ok to use `tr()`.
In most cases you should handle the changeEvent in order to catch
`QEvent::LanguageChange`.