af996e26bb
OK dcoppa@, sthen@.
13 lines
581 B
Plaintext
13 lines
581 B
Plaintext
$OpenBSD: patch-modules_gui_pda_pda_c,v 1.2 2010/05/05 08:43:35 edd Exp $
|
|
--- modules/gui/pda/pda.c.orig Thu May 14 12:58:13 2009
|
|
+++ modules/gui/pda/pda.c Mon Jun 8 02:01:59 2009
|
|
@@ -178,7 +178,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(
|