You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Tom L. <ly...@ya...> - 2006-04-22 15:58:10
|
This patch will add a tooltip to the gnome notification area that indicates the number of connected VPNs Not tested on windows. ~tom |
From: Tom L. <ly...@ya...> - 2006-04-22 13:02:21
|
Index: src/MainWindow.cs =================================================================== --- src/MainWindow.cs (revision 132) +++ src/MainWindow.cs (working copy) @@ -478,7 +478,7 @@ DialogFlags.DestroyWithParent, MessageType.Question, ButtonsType.YesNo, - Catalog.GetString("There are another active connection. Are you sure to start another connection?")); + Catalog.GetString("There is another active connection. Are you sure you want to activate this connection?")); ResponseType result = (ResponseType) question.Run(); question.Destroy(); |