Ticket #6610: bookmarktextfix.diff
File bookmarktextfix.diff, 715 bytes (added by , 16 years ago) |
---|
-
mythbrowser/mythbookmarkmanager/bookmarkmanager.cpp
295 295 { 296 296 m_menuPopup->AddButton(tr("Edit Bookmark"), SLOT(slotEditBookmark())); 297 297 m_menuPopup->AddButton(tr("Delete Bookmark"), SLOT(slotDeleteCurrent())); 298 m_menuPopup->AddButton(tr("Show bookmark"), SLOT(slotShowCurrent()));298 m_menuPopup->AddButton(tr("Show Bookmark"), SLOT(slotShowCurrent())); 299 299 } 300 300 301 301 if (GetMarkedCount() > 0)