@ -418,7 +418,7 @@ void BNPView::setupActions()
TQT_TQOBJECT ( this ) , TQT_SLOT ( hideOnEscape ( ) ) , actionCollection ( ) , " window_hide " ) ;
m_actHideWindow - > setEnabled ( Settings : : useSystray ( ) ) ; // Init here !
m_actExportToHtml = new TDEAction ( i18n ( " &HTML Web Page... " ) , " html" , 0 ,
m_actExportToHtml = new TDEAction ( i18n ( " &HTML Web Page... " ) , " text- html" , 0 ,
TQT_TQOBJECT ( this ) , TQT_SLOT ( exportToHTML ( ) ) , actionCollection ( ) , " basket_export_html " ) ;
new TDEAction ( i18n ( " K&Notes " ) , " knotes " , 0 ,
TQT_TQOBJECT ( this ) , TQT_SLOT ( importKNotes ( ) ) , actionCollection ( ) , " basket_import_knotes " ) ;
@ -432,7 +432,7 @@ void BNPView::setupActions()
TQT_TQOBJECT ( this ) , TQT_SLOT ( importStickyNotes ( ) ) , actionCollection ( ) , " basket_import_sticky_notes " ) ;
new TDEAction ( i18n ( " &Tomboy " ) , " tintin " , 0 ,
TQT_TQOBJECT ( this ) , TQT_SLOT ( importTomboy ( ) ) , actionCollection ( ) , " basket_import_tomboy " ) ;
new TDEAction ( i18n ( " Text &File... " ) , " t xt" , 0 ,
new TDEAction ( i18n ( " Text &File... " ) , " t e xt-plain " , 0 ,
TQT_TQOBJECT ( this ) , TQT_SLOT ( importTextFile ( ) ) , actionCollection ( ) , " basket_import_text_file " ) ;
new TDEAction ( i18n ( " &Backup && Restore... " ) , " " , 0 ,
@ -497,9 +497,9 @@ void BNPView::setupActions()
connect ( insertWizardMapper , TQT_SIGNAL ( mapped ( int ) ) , TQT_TQOBJECT ( this ) , TQT_SLOT ( insertWizard ( int ) ) ) ;
// m_actInsertText = new TDEAction( i18n("Plai&n Text"), "text", "Ctrl+T", actionCollection(), "insert_text" );
m_actInsertHtml = new TDEAction ( i18n ( " &Text " ) , " html" , " Insert " , actionCollection ( ) , " insert_html " ) ;
m_actInsertHtml = new TDEAction ( i18n ( " &Text " ) , " text- html" , " Insert " , actionCollection ( ) , " insert_html " ) ;
m_actInsertLink = new TDEAction ( i18n ( " &Link " ) , " link " , " Ctrl+Y " , actionCollection ( ) , " insert_link " ) ;
m_actInsertImage = new TDEAction ( i18n ( " &Image " ) , " image " , " " , actionCollection ( ) , " insert_image " ) ;
m_actInsertImage = new TDEAction ( i18n ( " &Image " ) , " image -x-generic " , " " , actionCollection ( ) , " insert_image " ) ;
m_actInsertColor = new TDEAction ( i18n ( " &Color " ) , " colorset " , " " , actionCollection ( ) , " insert_color " ) ;
m_actInsertLauncher = new TDEAction ( i18n ( " L&auncher " ) , " launch " , " " , actionCollection ( ) , " insert_launcher " ) ;