gpointing-device-settings r159 - trunk/src



Author: hiikezoe
Date: Sat Mar  7 10:31:53 2009
New Revision: 159
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=159&view=rev

Log:
output device name into error message.

Modified:
   trunk/src/gpds-xinput-utils.c

Modified: trunk/src/gpds-xinput-utils.c
==============================================================================
--- trunk/src/gpds-xinput-utils.c	(original)
+++ trunk/src/gpds-xinput-utils.c	Sat Mar  7 10:31:53 2009
@@ -66,7 +66,7 @@
         g_set_error(error,
                     GPDS_XINPUT_UTILS_ERROR,
                     GPDS_XINPUT_UTILS_ERROR_NO_DEVICE,
-                    _("No device found."));
+                    _("No %s found."), device_name);
         return NULL;
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]