In GTK3 the settings.ini file serves the same purpose as the gtkrc file.

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
This commit is contained in:
Anders Broman 2012-10-11 15:41:34 +00:00
parent 94374cb6d7
commit d7c4e6ccf0
1 changed files with 5 additions and 0 deletions

5
ui/win32/settings.ini Normal file
View File

@ -0,0 +1,5 @@
# $Id$
[Settings]
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
# disable images in buttons.
gtk-button-images = 0