Обсуждение: incomplete window title in guru hints

Поиск
Список
Период
Сортировка

incomplete window title in guru hints

От
Miha Radej
Дата:
hi!

guess who (needs sleep) :)

i connect to a server. from the "tools" menu option i select "server
status" and a guru hint pops up. the title of this window with the hint
contains "pgAdmin III Guru Hint - ". according to frm/frmHint.cpp, line
207 says something ought to get appended also, namely
wxGetTranslation(hintArray[currentHint].hintCaption)
but it doesn't. any ideas?

cheers,
Miha

Re: incomplete window title in guru hints

От
Andreas Pflug
Дата:
Miha Radej wrote:
> hi!
>
> guess who (needs sleep) :)
>
> i connect to a server. from the "tools" menu option i select "server
> status" and a guru hint pops up. the title of this window with the hint
> contains "pgAdmin III Guru Hint - ". according to frm/frmHint.cpp, line
> 207 says something ought to get appended also, namely
> wxGetTranslation(hintArray[currentHint].hintCaption)
> but it doesn't. any ideas?

Ooops...
Missed some strings while coding.
Adding them now, resulting in some additional strings to translate.

Regards,
Andreas