- don't mention an non-existent menu

This commit is contained in:
jasper 2008-05-14 15:26:14 +00:00
parent b4227c2e91
commit 2bef8e6803
2 changed files with 23 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2008/04/16 20:31:24 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2008/05/14 15:26:14 jasper Exp $
COMMENT= GNOME media utilities
@ -7,7 +7,7 @@ GNOME_VERSION= 2.20.1
SHARED_LIBS += gnome-media-profiles 0.0 # .0.0
SHARED_LIBS += cddb-slave2 0.0 # .0.0
CATEGORIES= x11
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
# GPL
PERMIT_PACKAGE_CDROM= Yes

View File

@ -0,0 +1,21 @@
$OpenBSD: patch-grecord_src_gsr-window_c,v 1.1 2008/05/14 15:26:14 jasper Exp $
--- grecord/src/gsr-window.c.orig Wed May 14 17:05:26 2008
+++ grecord/src/gsr-window.c Wed May 14 17:05:48 2008
@@ -1774,7 +1774,7 @@ make_record_source (GSRWindow *window)
if (!gst_element_set_state (source, GST_STATE_READY)) {
show_error_dialog (NULL, NULL,
_("Your audio capture settings are invalid. "
- "Please correct them in the Multimedia settings."));
+ "Please correct them in the Sound settings."));
return FALSE;
}
window->priv->source = source;
@@ -1782,7 +1782,7 @@ make_record_source (GSRWindow *window)
if (GST_IS_MIXER (e) == FALSE) {
show_error_dialog (NULL, NULL,
_("Your audio capture settings are invalid. "
- "Please correct them in the Multimedia settings."));
+ "Please correct them in the Sound settings."));
return FALSE;
}
window->priv->mixer = GST_MIXER (e);