$OpenBSD: patch-src_MainWindow_c,v 1.4 2012/12/18 20:41:36 jasper Exp $

Tweak message if the device can't be opened.

--- src/MainWindow.c.orig	Tue Dec 18 21:34:33 2012
+++ src/MainWindow.c	Tue Dec 18 21:36:59 2012
@@ -1823,6 +1823,7 @@ void moserial_main_window_startRecording (moserialMain
 		GtkWindow* _tmp10_;
 		const gchar* _tmp11_ = NULL;
 		const gchar* _tmp12_;
+		const gchar* _tmp111_ = NULL;
 		GError* _tmp13_;
 		const gchar* _tmp14_;
 		GtkMessageDialog* _tmp15_;
@@ -1838,7 +1839,8 @@ void moserial_main_window_startRecording (moserialMain
 		_tmp12_ = filename;
 		_tmp13_ = e;
 		_tmp14_ = _tmp13_->message;
-		_tmp15_ = (GtkMessageDialog*) gtk_message_dialog_new (_tmp10_, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s: %s\n%s", _tmp11_, _tmp12_, _tmp14_);
+		_tmp111_ = _ ("Make sure you are a member of the dialer group");
+		_tmp15_ = (GtkMessageDialog*) gtk_message_dialog_new (_tmp10_, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s: %s\n%s\n%s", _tmp11_, _tmp12_, _tmp14_, _tmp111_);
 		_tmp16_ = g_object_ref_sink (_tmp15_);
 		errorDialog = _tmp16_;
 		_tmp17_ = errorDialog;
