Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MultiCube
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lafabregue
MultiCube
Commits
51990b8c
Commit
51990b8c
authored
Jul 21, 2017
by
kirandjiska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added message in messages file
parent
02602c0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/mustic/gui/dialog/classifier/ConstraintsSelectionDialog.java
...tic/gui/dialog/classifier/ConstraintsSelectionDialog.java
+1
-1
src/mustic/gui/dialog/classifier/messages_en.properties
src/mustic/gui/dialog/classifier/messages_en.properties
+1
-0
No files found.
src/mustic/gui/dialog/classifier/ConstraintsSelectionDialog.java
View file @
51990b8c
...
...
@@ -372,7 +372,7 @@ public class ConstraintsSelectionDialog extends JInternalFrame implements Zoomab
initializeConstraintsColors
();
otherComponentList
.
add
(
constraintsColorChooser
);
JCheckBox
zoomBoxChkBox
=
new
JCheckBox
(
"Zoom Box"
);
JCheckBox
zoomBoxChkBox
=
new
JCheckBox
(
Messages
.
getString
(
"ConstraintsSelectionDialog.58"
)
);
this
.
displayPanel
.
addKeyListener
(
new
KeyListener
()
{
...
...
src/mustic/gui/dialog/classifier/messages_en.properties
View file @
51990b8c
...
...
@@ -64,5 +64,6 @@ ConstraintsSelectionDialog.54=Error
ConstraintsSelectionDialog.55
=
Cancel
ConstraintsSelectionDialog.56
=
Constraints Colors
ConstraintsSelectionDialog.57
=
Hide Constraints
ConstraintsSelectionDialog.58
=
Zoom Box
ConstraintsSelectionDialog.7
=
Image
ConstraintsSelectionDialog.8
=
Constraint selection
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment