OSDN Git Service

リファクタリング
[midichordhelper/MIDIChordHelper.git] / src / camidion / chordhelper / midieditor / TrackEventListTableModel.java
index 045472c..8f700f5 100644 (file)
@@ -24,7 +24,7 @@ public class TrackEventListTableModel extends AbstractTableModel {
         */
        public enum Column {
                /** MIDIイベント番号 */
-               EVENT_NUMBER("No.", Integer.class, 15) {
+               EVENT_NUMBER("#", Integer.class, 15) {
                        @Override
                        public boolean isCellEditable() { return false; }
                },