Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
e34ba4be
Commit
e34ba4be
authored
15 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
ENH: streamline the text for the applications (easier translation)
parent
554ae6ac
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ViewerManager/View/otbImageViewerManagerViewGroup.fl
+5
-5
5 additions, 5 deletions
ViewerManager/View/otbImageViewerManagerViewGroup.fl
with
5 additions
and
5 deletions
ViewerManager/View/otbImageViewerManagerViewGroup.fl
+
5
−
5
View file @
e34ba4be
...
...
@@ -67,12 +67,12 @@ class ImageViewerManagerViewGroup {open
xywh {480 31 115 277}
} {
Fl_Button guiOpenImage {
label {Open
I
mage}
label {Open
i
mage}
callback {OpenImage();}
tooltip {Open an image in a new image viewer} xywh {489 46 95 24} box ROUND_UP_BOX down_box ROUND_DOWN_BOX shortcut 0x6f color 23 selection_color 23 labelcolor 186
}
Fl_Button guiCloseImage {
label {Close
I
mage}
label {Close
i
mage}
callback {CloseImage();}
tooltip {Close the selected image} xywh {489 88 95 25} box ROUND_UP_BOX down_box ROUND_DOWN_BOX shortcut 0x63 color 23 selection_color 23 labelcolor 186
}
...
...
@@ -120,15 +120,15 @@ class ImageViewerManagerViewGroup {open
tooltip {Select the band to view in grayscale mode} xywh {118 73 57 24} box EMBOSSED_BOX color 7 selection_color 55 labelcolor 187
} {}
Fl_Input_Choice guiRedChannelChoice {
label {Red channel
index
} open
label {Red channel } open
tooltip {Select band for red channel in RGB composition} xywh {602 51 57 24} box EMBOSSED_BOX color 7 selection_color 55 labelcolor 187 deactivate
} {}
Fl_Input_Choice guiGreenChannelChoice {
label {Green channel
index
} open
label {Green channel } open
tooltip {Select band for green channel in RGB composition} xywh {602 73 57 24} box EMBOSSED_BOX color 7 selection_color 55 labelcolor 187 deactivate
} {}
Fl_Input_Choice guiBlueChannelChoice {
label {Blue channel
index
} open
label {Blue channel } open
tooltip {Select band for blue channel in RGB composition} xywh {602 95 57 24} box EMBOSSED_BOX color 7 selection_color 55 labelcolor 187 deactivate
} {}
Fl_Return_Button guiViewerSetupOk {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment