~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to GoogleCalendar/src/Configuration.cs

  • Committer: Alex Launi
  • Date: 2009-06-24 13:17:29 UTC
  • mfrom: (618.1.17 do-plugins)
  • Revision ID: alex.launi@gmail.com-20090624131729-1l9g76ejqq4leka4
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
using Gtk;
25
25
 
26
 
using Mono.Unix;
 
26
using Mono.Addins;
27
27
 
28
28
using Do.Platform.Linux;
29
29
 
39
39
        
40
40
                public Configuration() : base ("Google Calendar", Uri)
41
41
                {
42
 
                        UsernameLabel = Catalog.GetString ("E-Mail:");
 
42
                        UsernameLabel = AddinManager.CurrentLocalizer.GetString ("E-Mail:");
43
43
                        Username = GCal.Preferences.Username;
44
44
                        Password = GCal.Preferences.Password;
45
45
                }