]> ruin.nu Git - moosique.git/blobdiff - MooMenu.java
försökt få in lyssnare i MooToolbar men det gick inte...och börjat med prog idikator
[moosique.git] / MooMenu.java
index d1d8f3c46390d2a1e22fcf5817224020a981b735..a1ce4bdc7d8cfb68a6f164d1971ba227bbb8544f 100644 (file)
@@ -17,14 +17,14 @@ Track               Insert New...           Har vi
                Rechannel...            Kanske
                Split by Pitch...       Onödig
                
-Music          Insert Measure...       Lägg till
-               Delete Measure...       Lägg till
+Music          Insert Measure...       Lagt till
+               Delete Measure...       Lagt till
                Clef...                 Onödig
-               Time Signature...       Lägg till
+               Time Signature...       Lagt till
                Key Signature...        Onödig
-               Tempo...                Lägg till
-               Scale Velocity...       Lägg till
-               Transpose...            Lägg till
+               Tempo...                Lagt till
+               Scale Velocity...       Lagt till
+               Transpose...            Lagt till
                Quantize...             Onödig
 
 Kanske också:  Reset Solo / Mute
@@ -68,7 +68,7 @@ Kanske ocks
                track.add(makeAccItem(track, "Copy track", KeyEvent.VK_Y));
                track.add(makeAccItem(track, "Move", KeyEvent.VK_M));
                
-               music = makeMenu("Music", KeyEvent.VK_T);
+               music = makeMenu("Music", KeyEvent.VK_M);
                add(music);
                
                music.add(makeItem(track, "Insert measure..."));