- now the mess with threads has gone away
- we have a class BaseThread -- this is a base class -- we can inherit from it when creating a new thread - others treads are correctly stopped (when signal comes) -- pthread_join - we have a special thread only for signals git-svn-id: svn://ttmath.org/publicrep/winix/trunk@685 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -248,10 +248,12 @@ uname_header = Nazwa systemu
|
||||
|
||||
|
||||
# notifications
|
||||
notify_new = Coś nowego
|
||||
# subjects should be coded in a special way: http://tools.ietf.org/html/rfc2047
|
||||
# we don't use it at the moment
|
||||
notify_new = Cos nowego
|
||||
notify_change = Zmiany
|
||||
notify_from = winix notifications <dontreply@winix.org>
|
||||
notify_content_type = text/plain; charset="ISO-8859-2"
|
||||
notify_content_type = text/plain; charset="UTF-8"
|
||||
notify_header = Witamy
|
||||
notify_msg1 = Chcielibyśmy powiadomić że właśnie
|
||||
notify_msg2 = ktoś rozpoczął nowy wątek:
|
||||
|
Reference in New Issue
Block a user