aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32/settings.ini
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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