From 556de61ea7152ae968e1cdd616c0b190e23134f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Nov 2011 02:59:05 +0000 Subject: Fix bad link. --- ext/pui.lv2/pui.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pui.lv2/pui.ttl b/ext/pui.lv2/pui.ttl index 2ebc889..0366d6e 100644 --- a/ext/pui.lv2/pui.ttl +++ b/ext/pui.lv2/pui.ttl @@ -112,7 +112,7 @@ pui:UI a rdfs:Class;

The rdf:type of an UI is used by the host to decide whether it supports the UI and how to handle the LV2_PUI_Widget object that is returned by the UIs -get_widget() function. For example, a type of pui:Gtk2GUI might tell the +get_widget() function. For example, a type of pui:Gtk2UI might tell the host that LV2_PUI_Widget is a pointer to an object of a type defined in the Gtk+ library. No UI types are defined in this extension, that is intentionally left for other extensions.

-- cgit v1.2.1