View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002919 | ardour | bugs | public | 2009-11-20 11:54 | 2011-06-21 21:38 |
| Reporter | colinf | Assigned To | paul | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | SVN/2.0-ongoing | ||||
| Summary | 0002919: [PATCH] Caption of "Open existing session" dialog is wrong. | ||||
| Description | If you type an existing session name into the new session dialog, the dialog that says "This session /name/ already exists. Do you want to open it?" has a caption of "Cleanup Unused Sources", which doesn't seem right... | ||||
| Additional Information | Attached a trivial patch to change the name of the dialog to "OpenExistingDialog" and the caption to "Open Existing Session". | ||||
| Tags | No tags attached. | ||||
|
2009-11-20 11:54
|
existing-session-caption.patch (523 bytes)
Index: gtk2_ardour/ardour_ui.cc
===================================================================
--- gtk2_ardour/ardour_ui.cc (revision 6136)
+++ gtk2_ardour/ardour_ui.cc (working copy)
@@ -2229,8 +2228,8 @@
true);
- msg.set_name (X_("CleanupDialog"));
- msg.set_title (_("Cleanup Unused Sources"));
+ msg.set_name (X_("OpenExistingDialog"));
+ msg.set_title (_("Open Existing Session"));
msg.set_wmclass (X_("existing_session"), "Ardour");
msg.set_position (Gtk::WIN_POS_MOUSE);
pop_back_splash ();
|
|
|
Applied to 3.0. Thanks! |
|
|
Is this 2.8.12 material? |
|
|
finally applied! whoa! thanks... |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-11-20 11:54 | colinf | New Issue | |
| 2009-11-20 11:54 | colinf | File Added: existing-session-caption.patch | |
| 2009-11-23 20:20 | cth103 | cost | => 0.00 |
| 2009-11-23 20:20 | cth103 | Assigned To | => paul |
| 2009-11-23 20:20 | cth103 | Status | new => assigned |
| 2009-11-23 20:20 | cth103 | Note Added: 0007137 | |
| 2011-06-03 15:30 | colinf | Note Added: 0010840 | |
| 2011-06-21 21:38 | paul | Note Added: 0010914 | |
| 2011-06-21 21:38 | paul | Status | assigned => closed |
| 2011-06-21 21:38 | paul | Resolution | open => fixed |