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
73bdb575
Commit
73bdb575
authored
Jan 16, 2005
by
Stephan Binner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CVS_SILENT i18n style guide fixes
svn path=/trunk/kdegraphics/kpdf/; revision=379147
parent
8a074281
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
conf/preferencesdialog.cpp
conf/preferencesdialog.cpp
+1
-1
part.cpp
part.cpp
+1
-1
No files found.
conf/preferencesdialog.cpp
View file @
73bdb575
...
...
@@ -30,5 +30,5 @@ PreferencesDialog::PreferencesDialog( QWidget * parent, KConfigSkeleton * skelet
addPage
(
m_accessibility
,
i18n
(
"Accessibility"
),
"access"
,
i18n
(
"Reading Aids"
)
);
addPage
(
m_performance
,
i18n
(
"Performance"
),
"launch"
,
i18n
(
"Performance Tuning"
)
);
addPage
(
m_presentation
,
i18n
(
"Presentation"
),
"kpresenter_kpr"
,
i18n
(
"Options
F
or Presentation Mode"
)
);
i18n
(
"Options
f
or Presentation Mode"
)
);
}
part.cpp
View file @
73bdb575
...
...
@@ -583,7 +583,7 @@ void Part::slotShowMenu(const KPDFPage *page, const QPoint &point)
//Albert says: I have not ported this as i don't see it does anything
if ( d->mouseOnRect ) // and rect->pointerType() == KDPFPageRect::Image ...
{
m_popup->insertItem( SmallIcon("filesave"), i18n("Save Image
..."), 4 );
m_popup->insertItem( SmallIcon("filesave"), i18n("Save Image..."), 4 );
m_popup->setItemEnabled( 4, false );
}*/
...
...
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