Ethereal-cvs: [Ethereal-cvs] r11529 - in branches/win32-native/xulender: . win32-c-sdk win32-c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Mon, 26 Jul 2004 16:08:30 -0500 (CDT)
Log:
Set some properties.

Author: gerald
Date: Mon Jul 26 16:08:28 2004
New Revision: 11529

Modified:
   branches/win32-native/xulender/README   (props changed)
   branches/win32-native/xulender/README.win32csdk   (props changed)
   branches/win32-native/xulender/about-dialog.xul   (props changed)
   branches/win32-native/xulender/capture-dialog.xul   (props changed)
   branches/win32-native/xulender/capture-info-dialog.xul   (props changed)
   branches/win32-native/xulender/ethereal-main.xul   (props changed)
   branches/win32-native/xulender/frontendutil.py   (props changed)
   branches/win32-native/xulender/preferences-dialog.xul   (props changed)
   branches/win32-native/xulender/progress-dialog.xul   (props changed)
   branches/win32-native/xulender/win32-c-sdk/   (props changed)
   branches/win32-native/xulender/win32-c-sdk/Makefile.nmake   (props changed)
   branches/win32-native/xulender/win32-c-sdk/about-dlg.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/about-dlg.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/capture-util.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/capture-util.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/capture_combo_utils.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/capture_combo_utils.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/ethereal-win32.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/generated/   (props changed)
   branches/win32-native/xulender/win32-c-sdk/localelements/   (props changed)
   branches/win32-native/xulender/win32-c-sdk/localelements/ethereal-byteview.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/localelements/ethereal-byteview.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/localelements/ethereal-combobox.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/localelements/ethereal-combobox.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/localelements/ethereal-elements.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/localelements/ethereal-packetlist.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/localelements/ethereal-packetlist.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/localelements/ethereal-spinner.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/localelements/ethereal-spinner.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/localelements/ethereal-treeview.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/localelements/ethereal-treeview.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/prefs-dlg.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/prefs-dlg.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/resource.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-box.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-box.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-button.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-button.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-checkbox.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-checkbox.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-deck.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-deck.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-description.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-description.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-element.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-element.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-grid.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-grid.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-groupbox.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-groupbox.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-listbox.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-listbox.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-menulist.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-menulist.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-progressmeter.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-progressmeter.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-radio.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-radio.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-spacer.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-spacer.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-textbox.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-textbox.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-tree.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/stdelements/win32-tree.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/ui_util.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/wethereal.exe.manifest   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-c-sdk.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-file-dlg.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-file-dlg.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-file-dlg.rc   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-globals.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-main.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-main.h   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-main.rc   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-menu.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-progress-dlg.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-simple-dialog.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-statusbar.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-tap-register.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-util.c   (props changed)
   branches/win32-native/xulender/win32-c-sdk/win32-util.h   (props changed)
   branches/win32-native/xulender/win32csdk.py   (props changed)
   branches/win32-native/xulender/xulender.py   (props changed)