Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add hint for "Use realtime reporter?" preference
  • Loading branch information
PhilippSalvisberg committed Jul 14, 2019
commit c1e973a3b5a24bd7710460cf59f73ff412c144d2
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class PreferencePanel extends DefaultTraversablePanel {
runTab.alignLabelsLeft = true
runTab.add(
runTab.field.label.withText(UtplsqlResources.getString("PREF_USE_REALTIME_REPORTER_LABEL")).component(
useRealtimeReporterCheckBox))
useRealtimeReporterCheckBox).withHint(UtplsqlResources.getString("PREF_USE_REALTIME_REPORTER_HINT")))
runTab.add(
runTab.field.label.withText(UtplsqlResources.getString("PREF_UNSHARED_WORKSHEET_LABEL")).component(
unsharedWorksheetCheckBox))
Expand Down