Skip to content

Commit c1e973a

Browse files
add hint for "Use realtime reporter?" preference
1 parent 6048621 commit c1e973a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqldev/src/main/java/org/utplsql/sqldev/ui/preference/PreferencePanel.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class PreferencePanel extends DefaultTraversablePanel {
8888
runTab.alignLabelsLeft = true
8989
runTab.add(
9090
runTab.field.label.withText(UtplsqlResources.getString("PREF_USE_REALTIME_REPORTER_LABEL")).component(
91-
useRealtimeReporterCheckBox))
91+
useRealtimeReporterCheckBox).withHint(UtplsqlResources.getString("PREF_USE_REALTIME_REPORTER_HINT")))
9292
runTab.add(
9393
runTab.field.label.withText(UtplsqlResources.getString("PREF_UNSHARED_WORKSHEET_LABEL")).component(
9494
unsharedWorksheetCheckBox))

0 commit comments

Comments
 (0)