Skip to content

Commit

Permalink
[HK] using i18n for progress view (#432)
Browse files Browse the repository at this point in the history
and pview.png as it is used in eclipse.ide

Change-Id: I98a1d5f4fb9168a1c296f6d744da354f5c85843b
Signed-off-by: Frank Gasdorf <[email protected]>
  • Loading branch information
fgdrf authored Nov 17, 2020
1 parent 432ea08 commit be19a04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion plugins/org.locationtech.udig.ui/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,7 @@ workbenchConfigurations = Workbench Configurations
zoom.tip.name = Zooming with the Keyboard
zoom.tip.tip = Control+= and Control+- are keyboard short-cuts for zooming in and out.

aoi.name = AOI
aoi.name = AOI


Views.Progress = Progress
7 changes: 4 additions & 3 deletions plugins/org.locationtech.udig.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,16 @@
<extension
point="org.eclipse.ui.views">
<view
name="Progress View"
category="org.eclipse.ui"
class="org.eclipse.ui.ExtensionFactory:progressView"
id="org.eclipse.ui.views.ProgressView">
icon="$nl$/icons/eview16/pview.png"
id="org.eclipse.ui.views.ProgressView"
name="%Views.Progress">
</view>
<view
category="catalog"
class="org.locationtech.udig.ui.aoi.AOIView"
icon="icons/eview16/aoi_view.png"
icon="$nl$/icons/eview16/aoi_view.png"
id="org.locationtech.udig.ui.aoiView"
name="%aoi.name"
restorable="true">
Expand Down

0 comments on commit be19a04

Please sign in to comment.