bug fixes

This commit is contained in:
chudov
2010-04-16 04:30:51 +00:00
parent a866b79341
commit 08722c0255
46 changed files with 1990 additions and 420 deletions

View File

@@ -104,6 +104,7 @@
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Name = "Playlist";
this.Text = "Playlist";
this.Load += new System.EventHandler(this.Playlist_Load);
this.contextMenuStripPlaylist.ResumeLayout(false);
this.ResumeLayout(false);