diff options
author | 2002-09-14 19:02:48 +0000 | |
---|---|---|
committer | 2002-09-14 19:02:48 +0000 | |
commit | fb28479dafd1cd8e3060129686ca4c51b5bc2613 (patch) | |
tree | 1c0d405f45bf05e83c317c1baaab39c2b3752d91 /Gui/mplayer | |
parent | bc4ed379352cf114f51ebd0cc63726108a79ffdc (diff) |
add one line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7396 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer')
-rw-r--r-- | Gui/mplayer/gtk/about.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gui/mplayer/gtk/about.c b/Gui/mplayer/gtk/about.c index 9fd9b21e5a..5d9d7a0368 100644 --- a/Gui/mplayer/gtk/about.c +++ b/Gui/mplayer/gtk/about.c @@ -135,6 +135,8 @@ GtkWidget * create_About( void ) gtk_widget_show( AboutText ); gtk_container_add( GTK_CONTAINER( scrolledwindow1 ),AboutText ); gtk_text_insert( GTK_TEXT( AboutText ),NULL,NULL,NULL, + "\n" \ + "development sponzored by UHU Linux.\n" \ "\n" \ " MPlayer core team:\n" \ "\n" \ |