Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
c248a10f
Commit
c248a10f
authored
13 years ago
by
Paul ProductEngine
Browse files
Options
Downloads
Patches
Plain Diff
MAINT-940 FIXED (Spelling error in Favorites Bar source)
- Corrected spelling error
parent
b57a6186
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/newview/llfavoritesbar.cpp
+2
-2
2 additions, 2 deletions
indra/newview/llfavoritesbar.cpp
indra/newview/llfavoritesbar.h
+1
-1
1 addition, 1 deletion
indra/newview/llfavoritesbar.h
with
3 additions
and
3 deletions
indra/newview/llfavoritesbar.cpp
+
2
−
2
View file @
c248a10f
...
@@ -1191,7 +1191,7 @@ void LLFavoritesBarCtrl::doToSelected(const LLSD& userdata)
...
@@ -1191,7 +1191,7 @@ void LLFavoritesBarCtrl::doToSelected(const LLSD& userdata)
}
}
else
if
(
action
==
"paste"
)
else
if
(
action
==
"paste"
)
{
{
pastFromClipboard
();
past
e
FromClipboard
();
}
}
else
if
(
action
==
"delete"
)
else
if
(
action
==
"delete"
)
{
{
...
@@ -1239,7 +1239,7 @@ BOOL LLFavoritesBarCtrl::isClipboardPasteable() const
...
@@ -1239,7 +1239,7 @@ BOOL LLFavoritesBarCtrl::isClipboardPasteable() const
return
TRUE
;
return
TRUE
;
}
}
void
LLFavoritesBarCtrl
::
pastFromClipboard
()
const
void
LLFavoritesBarCtrl
::
past
e
FromClipboard
()
const
{
{
LLInventoryModel
*
model
=
&
gInventory
;
LLInventoryModel
*
model
=
&
gInventory
;
if
(
model
&&
isClipboardPasteable
())
if
(
model
&&
isClipboardPasteable
())
...
...
This diff is collapsed.
Click to expand it.
indra/newview/llfavoritesbar.h
+
1
−
1
View file @
c248a10f
...
@@ -90,7 +90,7 @@ class LLFavoritesBarCtrl : public LLUICtrl, public LLInventoryObserver
...
@@ -90,7 +90,7 @@ class LLFavoritesBarCtrl : public LLUICtrl, public LLInventoryObserver
bool
enableSelected
(
const
LLSD
&
userdata
);
bool
enableSelected
(
const
LLSD
&
userdata
);
void
doToSelected
(
const
LLSD
&
userdata
);
void
doToSelected
(
const
LLSD
&
userdata
);
BOOL
isClipboardPasteable
()
const
;
BOOL
isClipboardPasteable
()
const
;
void
pastFromClipboard
()
const
;
void
past
e
FromClipboard
()
const
;
void
showDropDownMenu
();
void
showDropDownMenu
();
...
...
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