- Timestamp:
- Oct 11, 2008, 12:19:49 PM (13 years ago)
- Location:
- libpipi/trunk/ThePimp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/ThePimp/Makefile.am
r2912 r2915 40 40 cp ../pipi-sharp/pipi-sharp.dll.config . 41 41 cp ../pipi-sharp/pipi-sharp.dll.mdb . 42 $(GMCS) -debug - out:$@ -lib:./ \42 $(GMCS) -debug -codepage:utf8 -out:$@ -lib:./ \ 43 43 $(addprefix $(srcdir)/, $(pimp_sources)) \ 44 44 $(foreach x, $(pimp_resources), \ -
libpipi/trunk/ThePimp/gtk-gui/ThePimp.NewFile.cs
r2897 r2915 76 76 this.entry1.IsEditable = true; 77 77 this.entry1.WidthChars = 6; 78 this.entry1.InvisibleChar = ' x';78 this.entry1.InvisibleChar = '●'; 79 79 this.entry1.Xalign = 1F; 80 80 this.table1.Add(this.entry1); … … 91 91 this.entry2.IsEditable = true; 92 92 this.entry2.WidthChars = 6; 93 this.entry2.InvisibleChar = ' x';93 this.entry2.InvisibleChar = '●'; 94 94 this.entry2.Xalign = 1F; 95 95 this.table1.Add(this.entry2);
Note: See TracChangeset
for help on using the changeset viewer.