]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/FpdFlash.java
do not generate version attributes when saving module order information in FV if...
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / platform / ui / FpdFlash.java
index 869b3b608531dfbd73d5cbd224b34d817fc78db9..e97004c3ca03877765d277320987b0c6440869b9 100644 (file)
@@ -2842,7 +2842,7 @@ public class FpdFlash extends IInternalFrame {
         private JButton getJButtonInsert() {\r
             if (jButtonInsert == null) {\r
                 jButtonInsert = new JButton();\r
-                jButtonInsert.setText("<<");\r
+                jButtonInsert.setText("<");\r
                 jButtonInsert.setPreferredSize(new java.awt.Dimension(60,20));\r
                 jButtonInsert.addActionListener(new java.awt.event.ActionListener() {\r
                     public void actionPerformed(java.awt.event.ActionEvent e) {\r
@@ -2888,7 +2888,7 @@ public class FpdFlash extends IInternalFrame {
             if (jButtonRemove == null) {\r
                 jButtonRemove = new JButton();\r
                 jButtonRemove.setPreferredSize(new java.awt.Dimension(60,20));\r
-                jButtonRemove.setText(">>");\r
+                jButtonRemove.setText(">");\r
                 jButtonRemove.addActionListener(new java.awt.event.ActionListener() {\r
                     public void actionPerformed(java.awt.event.ActionEvent e) {\r
                         int selectedRowLeft = jTableModInFv.getSelectedRow();\r