$OpenBSD: patch-modules_gui_pda_pda_c,v 1.1 2005/07/31 19:07:11 jolan Exp $
--- modules/gui/pda/pda.c.orig	Sat Jun 25 08:43:07 2005
+++ modules/gui/pda/pda.c	Fri Jul 29 03:15:17 2005
@@ -165,6 +165,7 @@ static void Run( intf_thread_t *p_intf )
 
     /* Create some useful widgets that will certainly be used */
 /* FIXME: magic path */
+    add_pixmap_directory("_PREFIX_/share/vlc");
     add_pixmap_directory("share");
     add_pixmap_directory("/usr/share/vlc");
 
@@ -185,7 +186,7 @@ static void Run( intf_thread_t *p_intf )
 
     /* Set the title of the main window */
     gtk_window_set_title( GTK_WINDOW(p_intf->p_sys->p_window),
-                          VOUT_TITLE " (PDA Linux interface)");
+                          VOUT_TITLE " (PDA interface)");
 
     /* Get the notebook object */
     p_intf->p_sys->p_notebook = GTK_NOTEBOOK( gtk_object_get_data(
