We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791ad0c commit d26bb5dCopy full SHA for d26bb5d
src/main/resources/ui/dialogs/ExportDialog.fxml
@@ -35,8 +35,8 @@
35
<CheckBox fx:id="commentCheckBox" text="%dialog.export.top_level_comments.checkbox" selected="true"/>
36
37
<HBox spacing="10" alignment="CENTER_RIGHT">
38
- <Button text="%general.button.cancel" onAction="#handleCancel"/>
39
<Button text="%dialog.export.button.export" onAction="#handleExport" defaultButton="true"/>
+ <Button text="%general.button.cancel" onAction="#handleCancel"/>
40
</HBox>
41
</VBox>
42
</content>
0 commit comments