This is a discussion on incomplete window title in guru hints within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> hi! guess who (needs sleep) i connect to a server. from the "tools" menu option i select "server status" ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |