aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-07-25 23:49:47 +0000
committerGerald Combs <gerald@wireshark.org>2013-07-25 23:49:47 +0000
commita05f55bffc2bc7d52d3f35370a7ae1eea2b75839 (patch)
tree94644ff0a3cc6cf339a165087ddbfb0c1e553760 /epan/prefs-int.h
parent7d73903af6209ef1b013c6ed61c866291bfb3785 (diff)
Add a UAT dialog. Make UAT preferences uat_t * instead of void *.
C++-ize the UAT headers. Add an ElidedLabel widget. Use it in the File Set, Profile, and UAT dialogs. Update the Qt README. svn path=/trunk/; revision=50896
Diffstat (limited to 'epan/prefs-int.h')
-rw-r--r--epan/prefs-int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/prefs-int.h b/epan/prefs-int.h
index 8b9379714b..64ccfe0257 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -50,8 +50,8 @@ struct pref_module {
* GUI interface/APIs with the preference value or if its own
* independent GUI will be provided. This allows all preferences
* to have a common API for reading/writing, but not require them to
- * use simple GUI controls to change the options. In general, the "general"
- * Wireshark preferences should have this set to FALSE, while the protocol
+ * use simple GUI controls to change the options. In general, the "general"
+ * Wireshark preferences should have this set to FALSE, while the protocol
* modules will have this set to TRUE */
};
@@ -120,7 +120,7 @@ struct preference {
gint *enump;
const char **string;
range_t **range;
- void* uat;
+ uat_t* uat;
color_t *colorp;
GList** list;
} varp; /**< pointer to variable storing the value */