truncate items at 50 chars (bug 294226)

This commit is contained in:
pinkerton%aol.net 2005-05-29 17:10:04 +00:00
Родитель 10fdda9e81
Коммит 6f39975486
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -70,7 +70,7 @@ static const int kMaxNumHistoryItems = 100;
static const int kMaxTodayItems = 12;
// the maximum number of characters in a menu title before cropping it
static const unsigned int kMaxTitleLength = 80;
static const unsigned int kMaxTitleLength = 50;
// this little class manages the singleton history data source, and takes
// care of shutting it down at XPCOM shutdown time.