Use g_set_error_literal where appropriate. Bug #538640.
svn path=/trunk/; revision=20463
This commit is contained in:
@ -734,7 +734,7 @@ post_parse_hook (GOptionContext *context,
|
||||
g_set_error (error,
|
||||
G_OPTION_ERROR,
|
||||
G_OPTION_ERROR_FAILED,
|
||||
"cannot open display: %s",
|
||||
_("Cannot open display: %s"),
|
||||
display_name ? display_name : "" );
|
||||
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user