summaryrefslogtreecommitdiff
path: root/audio/terminatorx/files/patch-src_tX__mastergui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'audio/terminatorx/files/patch-src_tX__mastergui.cc')
-rw-r--r--audio/terminatorx/files/patch-src_tX__mastergui.cc29
1 files changed, 0 insertions, 29 deletions
diff --git a/audio/terminatorx/files/patch-src_tX__mastergui.cc b/audio/terminatorx/files/patch-src_tX__mastergui.cc
deleted file mode 100644
index 8d018addc272..000000000000
--- a/audio/terminatorx/files/patch-src_tX__mastergui.cc
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/tX_mastergui.cc.orig 2011-11-13 12:53:51 UTC
-+++ src/tX_mastergui.cc
-@@ -273,7 +273,7 @@ char tx_mg_current_setname[PATH_MAX]="";
- GtkSignalFunc new_tables() {
- GtkWidget *dialog=gtk_message_dialog_new(GTK_WINDOW(main_window),
- GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO,
-- "Are you sure you want to loose all turntables and events?");
-+ "Are you sure you want to lose all turntables and events?");
-
- int res=gtk_dialog_run(GTK_DIALOG(dialog));
- gtk_widget_destroy(dialog);
-@@ -894,7 +894,7 @@ gboolean quit()
- if (globals.quit_confirm) {
- GtkWidget *dialog=gtk_message_dialog_new(GTK_WINDOW(main_window),
- GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO,
-- "Exit terminatorX and loose all unsaved data?");
-+ "Exit terminatorX and lose all unsaved data?");
-
- int res=gtk_dialog_run(GTK_DIALOG(dialog));
- gtk_widget_destroy(dialog);
-@@ -1671,7 +1671,7 @@ void create_mastergui(int x, int y)
-
- add_sep2();
-
-- dummy=gtk_label_new("v"VERSION);
-+ dummy=gtk_label_new("v" VERSION);
- gtk_misc_set_alignment(GTK_MISC(dummy), 1, 0.5);
- gtk_box_pack_end(GTK_BOX(status_box), dummy, WID_FIX);
- gtk_widget_show(dummy);