diff options
author | Steven Rostedt <srostedt@redhat.com> | 2010-06-21 15:14:41 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-06-21 15:14:41 -0400 |
commit | 89ddd83d85ea0640bdf9f808c6ab592e71362a88 (patch) | |
tree | e0ea5dc0efe2e57ac59745ea94543aff8a7274e3 | |
parent | 37cfbd4356bb359fd6abb154624053a23b748631 (diff) |
kernelshark: Make capture window close button be called "Close"
"Done" is confusing, the close of the capture window should be called
"close".
Reported-by: Darren Hart <dvhltc@us.ibm.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | trace-capture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-capture.c b/trace-capture.c index a09e23e..331e59d 100644 --- a/trace-capture.c +++ b/trace-capture.c | |||
@@ -1369,7 +1369,7 @@ static void tracing_dialog(struct shark_info *info, const char *tracing) | |||
1369 | dialog = gtk_dialog_new_with_buttons("Capture", | 1369 | dialog = gtk_dialog_new_with_buttons("Capture", |
1370 | NULL, | 1370 | NULL, |
1371 | GTK_DIALOG_MODAL, | 1371 | GTK_DIALOG_MODAL, |
1372 | "Done", | 1372 | "Close", |
1373 | GTK_RESPONSE_ACCEPT, | 1373 | GTK_RESPONSE_ACCEPT, |
1374 | NULL); | 1374 | NULL); |
1375 | 1375 | ||