Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Andi Sardina Ramos
Okular
Commits
2c3351c5
Commit
2c3351c5
authored
Jan 16, 2005
by
Lukáš Tinkl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hmm, no idea why I created the extra string
svn path=/trunk/kdegraphics/kpdf/; revision=378995
parent
0ce6f886
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ui/pageview.cpp
ui/pageview.cpp
+1
-2
No files found.
ui/pageview.cpp
View file @
2c3351c5
...
...
@@ -870,8 +870,7 @@ void PageView::contentsMouseReleaseEvent( QMouseEvent * e )
KPopupMenu
menu
(
this
);
if
(
!
selectedText
.
isEmpty
()
)
{
QString
tmp
=
i18n
(
"Text ( %n character )"
,
"Text ( %n characters )"
,
selectedText
.
length
()
);
menu
.
insertTitle
(
tmp
);
menu
.
insertTitle
(
i18n
(
"Text ( %n character )"
,
"Text ( %n characters )"
,
selectedText
.
length
()
)
);
menu
.
insertItem
(
SmallIcon
(
"editcopy"
),
i18n
(
"Copy to Clipboard"
),
1
);
}
menu
.
insertTitle
(
i18n
(
"Image ( %1 by %2 pixels )"
).
arg
(
selectionRect
.
width
()
).
arg
(
selectionRect
.
height
()
)
);
...
...
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