[maemo-commits] [maemo-commits] r12397 - in projects/haf/trunk/hildon-home-webshortcut: . plugin

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jun 19 19:22:57 EEST 2007
Author: jobi
Date: 2007-06-19 19:22:56 +0300 (Tue, 19 Jun 2007)
New Revision: 12397

Modified:
   projects/haf/trunk/hildon-home-webshortcut/ChangeLog
   projects/haf/trunk/hildon-home-webshortcut/plugin/hhws-l10n.h
Log:

2007-06-19  Johan Bilien  <johan.bilien at nokia.com>

	* plugin/hhws-l10n.h: use the strings provided by Home
	when available. Fixes: NB#61208



Modified: projects/haf/trunk/hildon-home-webshortcut/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-home-webshortcut/ChangeLog	2007-06-19 15:45:40 UTC (rev 12396)
+++ projects/haf/trunk/hildon-home-webshortcut/ChangeLog	2007-06-19 16:22:56 UTC (rev 12397)
@@ -1,3 +1,8 @@
+2007-06-19  Johan Bilien  <johan.bilien at nokia.com>
+
+	* plugin/hhws-l10n.h: use the strings provided by Home
+	when available. Fixes: NB#61208
+
 2007-06-05  Johan Bilien  <johan.bilien at nokia.com>
 
 	* configure.ac: 1.9.3

Modified: projects/haf/trunk/hildon-home-webshortcut/plugin/hhws-l10n.h
===================================================================
--- projects/haf/trunk/hildon-home-webshortcut/plugin/hhws-l10n.h	2007-06-19 15:45:40 UTC (rev 12396)
+++ projects/haf/trunk/hildon-home-webshortcut/plugin/hhws-l10n.h	2007-06-19 16:22:56 UTC (rev 12397)
@@ -32,14 +32,15 @@
 
 
 #define HHWS_FILE_CHOOSER_TITLE     _("ckdg_ti_select_image")
-#define HHWS_SET_TITLE              _("home_ti_web_shrt_props_title")
-#define HHWS_SET_OK                 _("home_bd_web_shrt_props_ok")
-#define HHWS_SET_BROWSE             _("home_bd_web_shrt_props_browse")
-#define HHWS_SET_CANCEL             _("home_bd_web_shrt_props_cancel")
-#define HHWS_SET_IMAGE              _("home_fi_web_shrt_props_image")
-#define HHWS_SET_URL                _("home_fi_web_shrt_props_url")
+#define HHWS_SET_TITLE              _MAD("home_ti_set_websho")
+#define HHWS_SET_OK                 _MAD("home_bd_set_websho_ok")
+#define HHWS_SET_BROWSE             _MAD("home_bd_set_websho_browser")
+#define HHWS_SET_CANCEL             _MAD("home_bd_set_websho_cancel")
+#define HHWS_SET_IMAGE              _MAD("home_fi_set_websho_image")
+#define HHWS_SET_URL                _MAD("home_fi_set_websho_webaddress")
 #define HHWS_URL_REQ                _("home_ib_url_required_note_text")
 #define HHWS_IAP_SCAN_FAIL          _("home_ib_scan_fail")
+#define HHWS_INVALID_URL            _("home_ib_invalid_url")
 #define HHWS_CLOSE                  _("ws_me_close")
 #define HHWS_SETTINGS               _("ws_me_settings")
 #define HHWS_FLASH_FULL             _KE("cerm_device_memory_full")


More information about the maemo-commits mailing list