From 28cabbb3df2ea57bfea78624141b4c37f9b1601c Mon Sep 17 00:00:00 2001
From: Michal Jurosz <mj@mj41.cz>
Date: Sat, 11 Aug 2012 19:49:44 +0200
Subject: [PATCH 1/4] Fix delete dialog.
---
Padre/lib/Padre/Wx/Main.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Padre/lib/Padre/Wx/Main.pm b/Padre/lib/Padre/Wx/Main.pm
index aeba9ae..a52feae 100644
a
|
b
|
sub delete { |
5391 | 5391 | Wx::gettext("Do you really want to close and delete %s from disk?"), |
5392 | 5392 | $filename |
5393 | 5393 | ), |
| 5394 | Wx::gettext("Warning"), |
5394 | 5395 | Wx::YES_NO | Wx::CANCEL | Wx::CENTRE, |
5395 | 5396 | $self, |
5396 | 5397 | ); |