From 82c045d786ef4a0728c1e89fb365afda81aef303 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Wed, 6 Jul 2022 12:52:15 +0200 Subject: remove leftover empty comments after e4767bccc7324d4b61a334bf6c0558d0080045e2 --- .../main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java') diff --git a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java index 87dca1c3..c00fa151 100644 --- a/pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java +++ b/pdf-over-gui/src/main/java/at/asit/pdfover/gui/PlaceholderSelectionGui.java @@ -99,7 +99,7 @@ public class PlaceholderSelectionGui extends Dialog { private void createContents() { this.shlInfo = new Shell(getParent(), getStyle()); this.shlInfo.setSize(290, 195); - this.shlInfo.setText("Info"); // + this.shlInfo.setText("Info"); this.shlInfo.setLayout(null); this.placeholderNameDropDown = new Combo(this.shlInfo, SWT.NONE); @@ -119,7 +119,7 @@ public class PlaceholderSelectionGui extends Dialog { } }); this.btnCancel.setBounds(175, 118, 75, 25); - this.btnCancel.setText("Cancel"); // + this.btnCancel.setText("Cancel"); this.btnOk = new Button(this.shlInfo, SWT.NONE); this.btnOk.setBounds(94, 118, 75, 25); @@ -131,11 +131,11 @@ public class PlaceholderSelectionGui extends Dialog { PlaceholderSelectionGui.this.shlInfo.dispose(); } }); - this.btnOk.setText("Ok"); // + this.btnOk.setText("Ok"); Label lbLabel = new Label(this.shlInfo, SWT.WRAP); lbLabel.setBounds(27, 10, 223, 41); - lbLabel.setText(Messages.getString("positioning.placeholder")); // + lbLabel.setText(Messages.getString("positioning.placeholder")); } -- cgit v1.2.3