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
Joao Oliveira
Okular
Commits
d9dcb3e1
Commit
d9dcb3e1
authored
Feb 02, 2005
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Be consistent with Konqi and Kate
svn path=/trunk/kdegraphics/kpdf/; revision=385593
parent
9e73b423
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ui/pageview.cpp
ui/pageview.cpp
+1
-1
No files found.
ui/pageview.cpp
View file @
d9dcb3e1
...
...
@@ -984,7 +984,7 @@ void PageView::contentsMouseReleaseEvent( QMouseEvent * e )
menu
.
insertTitle
(
i18n
(
"Text (1 character)"
,
"Text (%n characters)"
,
selectedText
.
length
()
)
);
menu
.
insertItem
(
SmallIcon
(
"editcopy"
),
i18n
(
"Copy to Clipboard"
),
1
);
if
(
Settings
::
useKTTSD
()
)
menu
.
insertItem
(
SmallIcon
(
"kttsd"
),
i18n
(
"Spe
ech
"
),
2
);
menu
.
insertItem
(
SmallIcon
(
"kttsd"
),
i18n
(
"Spe
ak Text
"
),
2
);
}
menu
.
insertTitle
(
i18n
(
"Image (%1 by %2 pixels)"
).
arg
(
selectionRect
.
width
()
).
arg
(
selectionRect
.
height
()
)
);
menu
.
insertItem
(
SmallIcon
(
"image"
),
i18n
(
"Copy to Clipboard"
),
3
);
...
...
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