Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
RobotAPI
Commits
d7284572
Verified
Commit
d7284572
authored
1 month ago
by
Peter Albrecht
Browse files
Options
Downloads
Patches
Plain Diff
Change "Profile" to "Default"
parent
cfc57ba7
No related branches found
Branches containing commit
No related tags found
1 merge request
!512
Skill-Gui Stability and QOL
Pipeline
#22566
failed
1 month ago
Stage: build-and-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/libraries/skills_gui/skill_details/ProfileMenuWidget.h
+1
-1
1 addition, 1 deletion
...PI/libraries/skills_gui/skill_details/ProfileMenuWidget.h
with
1 addition
and
1 deletion
source/RobotAPI/libraries/skills_gui/skill_details/ProfileMenuWidget.h
+
1
−
1
View file @
d7284572
...
@@ -17,7 +17,7 @@ namespace armarx::skills::gui
...
@@ -17,7 +17,7 @@ namespace armarx::skills::gui
static
const
constexpr
char
*
SET_ARGS_BUTTON_TEXT
=
"Set Params from Clipboard"
;
static
const
constexpr
char
*
SET_ARGS_BUTTON_TEXT
=
"Set Params from Clipboard"
;
static
const
constexpr
char
*
COPY_ARGS_BUTTON_TEXT
=
" Copy Params to Clipboard"
;
static
const
constexpr
char
*
COPY_ARGS_BUTTON_TEXT
=
" Copy Params to Clipboard"
;
static
const
constexpr
char
*
COPY_SKILL_BUTTON_TEXT
=
" Copy SkillID to Clipboard"
;
static
const
constexpr
char
*
COPY_SKILL_BUTTON_TEXT
=
" Copy SkillID to Clipboard"
;
static
const
constexpr
char
*
RESET_ARGS_BUTTON_TEXT
=
" Reset Params to
Profile
"
;
static
const
constexpr
char
*
RESET_ARGS_BUTTON_TEXT
=
" Reset Params to
Defaults
"
;
static
const
constexpr
char
*
DEFAULT_PROFILE_TEXT
=
"<No Profile selected. Using root>"
;
static
const
constexpr
char
*
DEFAULT_PROFILE_TEXT
=
"<No Profile selected. Using root>"
;
static
const
constexpr
char
*
PROFILE_NOT_IMPLEMENTED
=
static
const
constexpr
char
*
PROFILE_NOT_IMPLEMENTED
=
"Profiles other than the root profile are currently not supported."
;
"Profiles other than the root profile are currently not supported."
;
...
...
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