fixed typo

svn path=/trunk/gtk-sharp/; revision=5897
This commit is contained in:
Radek Doulik 2002-07-18 20:02:37 +00:00
parent e39080baa6
commit 5fd1b11716

View file

@ -4,7 +4,7 @@ all:
$(MCS) -o WidgetViewer.exe -r glib-sharp -r gdk-sharp -r gtk-sharp \ $(MCS) -o WidgetViewer.exe -r glib-sharp -r gdk-sharp -r gtk-sharp \
TestCheckButton.cs TestColorSelection.cs TestFileSelection.cs \ TestCheckButton.cs TestColorSelection.cs TestFileSelection.cs \
TestRadioButton.cs TestRange.cs TestStatusbar.cs TestToolbar.cs \ TestRadioButton.cs TestRange.cs TestStatusbar.cs TestToolbar.cs \
TestDialog.csTestFlipping.cs TestMenus.cs \ TestDialog.cs TestFlipping.cs TestMenus.cs \
WidgetViewer.cs WidgetViewer.cs
clean: clean:
rm -f *.exe *~ rm -f *.exe *~