added german toolbar icons

This commit is contained in:
JT Smith 2004-04-11 21:13:16 +00:00
parent e7feaa7073
commit 925de26f97
20 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@
visitors.
- Bugfix [ 884375 ] Fix for multiple forum posts applied also to
www_viewForum to handle postings that start a new thread.
- Added German toolbar icons.
6.0.1

View file

@ -1,2 +1,4 @@
insert into webguiVersion values ('6.0.2','upgrade',unix_timestamp());
update language set toolbar='german' where languageId=2;
alter table language change toolbar toolbar varchar(35) not null default 'metal';