Ignore:
Timestamp:
12/27/06 22:52:50 (17 years ago)
Author:
r2d
Message:
  • corrected tag reading bug for utf8 strings
  • tag writing works but need the windows port of TagLib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • winamp-musepack/trunk/winamp-musepack/mpc_info.h

    r192 r193  
    330330                        this->Controls->Add(this->groupBox2);
    331331                        this->Controls->Add(this->groupBox1);
     332                        this->FormBorderStyle = System::Windows::Forms::FormBorderStyle::FixedSingle;
     333                        this->MaximizeBox = false;
     334                        this->MinimizeBox = false;
    332335                        this->Name = L"mpc_info";
    333336                        this->Text = L"Musepack file information";
Note: See TracChangeset for help on using the changeset viewer.