aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32/settings.ini
AgeCommit message (Collapse)AuthorFilesLines
2012-10-11In GTK3 the settings.ini file serves the same purpose as the gtkrc file.Anders Broman1-0/+5
It should be copied to the wireshark executable dir ..\etc\gtk-3.0 I'm not sure if this is the right place to put it. makefile will be updated later if no one beats me to it or has a better idea where to put the file. I'm not sure if we should strive to make the GTK3 version as equal to the GTK2 version as possible or accept that it looks more like the *nix version. If we are to use it it needs to be in the nsi installer as well. svn path=/trunk/; revision=45474