aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/sctp_assoc_analyse_dialog.ui
AgeCommit message (Collapse)AuthorFilesLines
2015-01-23Qt: Remove windowIcon property from our .ui files.Gerald Combs1-4/+0
Setting the windowIcon property in foo.ui means we end up with a setWindowIcon call in ui_foo.h. Along with setting the window title bar icon, it also sets the taskbar icon on Windows. A 16x16 PNG gives us a jaggy taskbar icon. (Windows ICO format is supported via a plugin which might not be available everywhere, otherwise we could try using a .ico resource.) Move the setWindowIcon call from ge990d1b to the top of the MainWindow constructor and enable it everywhere. Change-Id: I4e9765200bb3676c4faa8e0ab1505ce02fb64870 Reviewed-on: https://code.wireshark.org/review/6762 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2013-12-18Translate a little leftover German to English.Jeff Morriss1-3/+3
svn path=/trunk/; revision=54208
2013-12-13Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene RĂ¼ngeler1-0/+607
svn path=/trunk/; revision=54026