mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[devkit] Module editor: remove superfluous space in label
This commit is contained in:
@@ -42,7 +42,7 @@ import java.io.File;
|
||||
*/
|
||||
public class PluginModuleBuildConfEditor implements ModuleConfigurationEditor {
|
||||
private final JPanel myWholePanel = new JPanel(new GridBagLayout());
|
||||
@NonNls private final JLabel myPluginXMLLabel = new JLabel(DevKitBundle.message("deployment.view.meta-inf.label", " META-INF" + File.separator + "plugin.xml:"));
|
||||
@NonNls private final JLabel myPluginXMLLabel = new JLabel(DevKitBundle.message("deployment.view.meta-inf.label", "META-INF" + File.separator + "plugin.xml:"));
|
||||
private final TextFieldWithBrowseButton myPluginXML = new TextFieldWithBrowseButton();
|
||||
|
||||
private final TextFieldWithBrowseButton myManifest = new TextFieldWithBrowseButton();
|
||||
|
||||
Reference in New Issue
Block a user