[california] Mention webcal in activator list: Bug #736087



commit 2bf33bf42125d1bbf7400eaccf4f092ae0bd5bd4
Author: Jim Nelson <jim yorba org>
Date:   Fri Sep 5 16:10:29 2014 -0700

    Mention webcal in activator list: Bug #736087

 src/activator/activator.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/activator/activator.vala b/src/activator/activator.vala
index 810fbc6..a91ecfa 100644
--- a/src/activator/activator.vala
+++ b/src/activator/activator.vala
@@ -33,7 +33,7 @@ public void init() throws Error {
     Backing.EdsStore? eds_store = Backing.Manager.instance.get_store_of_type<Backing.EdsStore>()
         as Backing.EdsStore;
     assert(eds_store != null);
-    activators.add(new WebCal.ActivatorInstance(_("Web calendar (.ics)"), eds_store));
+    activators.add(new WebCal.ActivatorInstance(_("Web calendar (.ics or webcal:)"), eds_store));
     activators.add(new Google.ActivatorInstance(_("Google Calendar"), eds_store));
     activators.add(new CalDAV.ActivatorInstance(_("CalDAV"), eds_store));
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]