summaryrefslogtreecommitdiffstats
path: root/tdeparts/browserrun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeparts/browserrun.cpp')
-rw-r--r--tdeparts/browserrun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeparts/browserrun.cpp b/tdeparts/browserrun.cpp
index 0d3ace26c..c459e818e 100644
--- a/tdeparts/browserrun.cpp
+++ b/tdeparts/browserrun.cpp
@@ -350,7 +350,7 @@ BrowserRun::AskSaveResult BrowserRun::askEmbedOrSave( const KURL & url, const TQ
int choice = KMessageBox::questionYesNoCancel(
0L, question, url.host(),
- KStdGuiItem::saveAs(), KGuiItem( i18n( "&Open" ), "fileopen"),
+ KStdGuiItem::saveAs(), KGuiItem( i18n( "&Open" ), "document-open"),
TQString::fromLatin1("askEmbedOrSave")+ mimeType ); // dontAskAgainName, KEEP IN SYNC!!!
return choice == KMessageBox::Yes ? Save : ( choice == KMessageBox::No ? Open : Cancel );
// SYNC SYNC SYNC SYNC SYNC SYNC SYNC SYNC SYNC SYNC SYNC SYNC SYNC SYNC