Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/5ddd7fc0e0fa6a1ba74d79c355223ef368d1e7e3
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/5ddd7fc0e0fa6a1ba74d79c355223ef368d1e7e3
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/5ddd7fc0e0fa6a1ba74d79c355223ef368d1e7e3

The branch, master has been updated
       via  5ddd7fc0e0fa6a1ba74d79c355223ef368d1e7e3 (commit)
      from  b81c95aca886372a8943c1fe8c6747d56e1c5d02 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=5ddd7fc0e0fa6a1ba74d79c355223ef368d1e7e3
commit 5ddd7fc0e0fa6a1ba74d79c355223ef368d1e7e3
Author: John-Mark Bell <[email protected]>
Commit: John-Mark Bell <[email protected]>

    Fix up size of download URI field in Dutch templates

diff --git a/frontends/riscos/templates/nl b/frontends/riscos/templates/nl
index 4cabafd..2fba8b5 100644
--- a/frontends/riscos/templates/nl
+++ b/frontends/riscos/templates/nl
@@ -1360,7 +1360,7 @@ wimp_window {
     icon_fg:wimp_COLOUR_BLACK
     icon_bg:wimp_COLOUR_VERY_LIGHT_GREY
     text.text:"https://netsurf.sourceforge.net/netsurf.zip";
-    text.size:43
+    text.size:*
     text.validation:"R2"
   }
   wimp_icon {


-----------------------------------------------------------------------

Summary of changes:
 frontends/riscos/templates/nl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/riscos/templates/nl b/frontends/riscos/templates/nl
index 4cabafd..2fba8b5 100644
--- a/frontends/riscos/templates/nl
+++ b/frontends/riscos/templates/nl
@@ -1360,7 +1360,7 @@ wimp_window {
     icon_fg:wimp_COLOUR_BLACK
     icon_bg:wimp_COLOUR_VERY_LIGHT_GREY
     text.text:"https://netsurf.sourceforge.net/netsurf.zip";
-    text.size:43
+    text.size:*
     text.validation:"R2"
   }
   wimp_icon {


-- 
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to