aboutsummaryrefslogtreecommitdiffstats
path: root/image/win32-file-dlg.rc
AgeCommit message (Collapse)AuthorFilesLines
2008-04-13fixes related to file_dlg_win32.rcUlf Lamping1-134/+0
svn path=/trunk/; revision=24976
2008-03-27Change the "Filter:" button in the Win32 open and merge dialogs to a Gerald Combs1-4/+6
"Display filter" label. svn path=/trunk/; revision=24734
2006-09-15"Elapsed Time:" is truncated, use "Elapsed:" insteadUlf Lamping1-2/+2
svn path=/trunk/; revision=19237
2006-09-12wireshark.res is generated in the image dir, so the paths for includes ↵Ulf Lamping1-1/+1
should be relative to /image and not to / svn path=/trunk/; revision=19201
2006-06-23use file name information from wiretap instead of "build in" valuesUlf Lamping1-5/+0
remove "double combobox" from the save dialog append the default file extension to the save file name, if the user didn't added one svn path=/trunk/; revision=18563
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-5/+5
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-03-28Make sure the export dialog is large enough. Fix a Unicode issue whileGerald Combs1-4/+4
we're at it. svn path=/trunk/; revision=17754
2006-03-27Major properties cleanupJaap Keuter1-0/+0
svn path=/trunk/; revision=17747
2006-02-18add a link to a message indicating that sizing *is* buggyUlf Lamping1-0/+2
svn path=/trunk/; revision=17344
2006-02-13Remove unneeded right justification.Gerald Combs1-6/+6
svn path=/trunk/; revision=17292
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs1-0/+135
The Windows-native routines were integrated by inserting #if GTK_MAJOR_VERSION >= 2 && _WIN32 win32_native_routine(GDK_WINDOW_HWND(top_level->window)); return; #endif at the beginning of each GTK+ file routine. There's probably a prettier way to do this. Some of the sizes need to be tweaked in win32-file-dlg.rc, but everything seems to work. Fix up whitespace. svn path=/trunk/; revision=17285