diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2012-12-10 02:00:04 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2012-12-10 02:00:04 +0000 |
commit | 9beee9d57a90c27444889e76f85205499694263c (patch) | |
tree | bae7955b19e106caea4feea63d3e7b7429bcc357 /dpi/hello.c | |
parent | 6675d229bcee77341ef46ec3c2252f2dee52ac66 (diff) |
Use titles with dpip dialogs.
Diffstat (limited to 'dpi/hello.c')
-rw-r--r-- | dpi/hello.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dpi/hello.c b/dpi/hello.c index 4643efc5..d06c63ff 100644 --- a/dpi/hello.c +++ b/dpi/hello.c @@ -91,8 +91,8 @@ int main(void) /* Let's confirm the request */ /* NOTE: you can send less alternatives (e.g. only alt1 and alt2) */ d_cmd = a_Dpip_build_cmd( - "cmd=%s msg=%s alt1=%s alt2=%s alt3=%s alt4=%s alt5=%s", - "dialog", "Do you want to see the hello page?", + "cmd=%s title=%s msg=%s alt1=%s alt2=%s alt3=%s alt4=%s alt5=%s", + "dialog", "Dillo: Hello", "Do you want to see the hello page?", choice[1], choice[2], choice[3], choice[4], choice[5]); a_Dpip_dsh_write_str(sh, 1, d_cmd); dFree(d_cmd); |