mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
action: fix labnag button order
This commit is contained in:
parent
6c3cf84b07
commit
7c3a587015
1 changed files with 2 additions and 2 deletions
|
|
@ -817,9 +817,9 @@ handle_view_destroy(struct wl_listener *listener, void *data)
|
|||
static void
|
||||
action_prompt_create(struct view *view, struct server *server, struct action *action)
|
||||
{
|
||||
char *command = strdup_printf("labnag -m \"%s\" -Z \"%s\" : -Z \"%s\" :",
|
||||
char *command = strdup_printf("labnag -m \"%s\" -Z \"%s\" -Z \"%s\"",
|
||||
action_get_str(action, "message.prompt", "Choose wisely"),
|
||||
_("Yes"), _("No"));
|
||||
_("No"), _("Yes"));
|
||||
|
||||
int pipe_fd;
|
||||
pid_t prompt_pid = spawn_piped(command, &pipe_fd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue