aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/help_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-2/+0
anything from it. svn path=/trunk/; revision=49277
2012-10-16Use topic_action instead of topic_cb for the Windows file dialogs. MoveGerald Combs1-1/+1
the common Qt help code to wireshark_application.cpp. svn path=/trunk/; revision=45594
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-09-18import_text_dialog.cpp: Use the common help URL routines.Gerald Combs1-4/+0
main_window.cpp: QMessageBox::exec returns a StandardButton, not a ButtonRole. help_dlg.c: Remove extra blank lines. svn path=/trunk/; revision=44991
2012-09-18Move the UI-independent help URL code to ui/help_url.[ch].Gerald Combs1-267/+5
svn path=/trunk/; revision=44987
2012-07-29Add link to Ask Wireshark Website ( http://ask.wireshark.org )in Help Menu ↵Alexis La Goutte1-0/+3
for GTK May be add a icon before (use favicon of Ask Website ?) Backport to older release ? svn path=/trunk/; revision=44104
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
the ui directory. (Perhaps some other files that would be used by all flavors of Wireshark, for any GUI toolkit or for someting such as ncurses, and not for any command-line tool such as TShark, should be moved there as well.) Shuffle some #includes to put the "ui/XXX.h" includes together. svn path=/trunk/; revision=40529
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+375
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518