public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-office/kraft/files/
@ 2022-11-25 17:49 Conrad Kostecki
  0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2022-11-25 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5f01b04d881d37a4be24dc3b92a835804d88319b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Nov 25 15:49:00 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 17:47:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f01b04d

app-office/kraft: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28427
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../kraft/files/kraft-0.95-i18n-warning.patch      | 35 ----------------------
 1 file changed, 35 deletions(-)

diff --git a/app-office/kraft/files/kraft-0.95-i18n-warning.patch b/app-office/kraft/files/kraft-0.95-i18n-warning.patch
deleted file mode 100644
index 2e189a233caf..000000000000
--- a/app-office/kraft/files/kraft-0.95-i18n-warning.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 1e8f15a6c54c0c29cb463deacefd1fe8b32ad41d Mon Sep 17 00:00:00 2001
-From: Klaas Freitag <kraft@freisturz.de>
-Date: Wed, 2 Sep 2020 18:32:14 +0200
-Subject: [PATCH] Fix call to i18n - same problem as before....
-
-Fixes #85
----
- src/prefsdialog.cpp | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/src/prefsdialog.cpp b/src/prefsdialog.cpp
-index 13b4bcb..ddce27d 100644
---- a/src/prefsdialog.cpp
-+++ b/src/prefsdialog.cpp
-@@ -335,15 +335,15 @@ QWidget* PrefsDialog::docTab()
-   const QDate d = QDate::currentDate();
-   mCbDateFormats->setToolTip( i18n( "The default date format for documents." ) );
-   QString formattedDate = d.toString(Qt::ISODate);
--  mCbDateFormats->insertItem( 0, i18n("ISO-Format: %1").arg(formattedDate));
-+  mCbDateFormats->insertItem( 0, i18n("ISO-Format: %1", formattedDate));
-   formattedDate = d.toString(Qt::DefaultLocaleShortDate);
--  mCbDateFormats->insertItem( 1, i18n("Short-Date: %1").arg(formattedDate));
-+  mCbDateFormats->insertItem( 1, i18n("Short-Date: %1", formattedDate));
-   formattedDate = d.toString(Qt::DefaultLocaleLongDate);
--  mCbDateFormats->insertItem( 2, i18n("Long-Date: %1").arg(formattedDate));
-+  mCbDateFormats->insertItem( 2, i18n("Long-Date: %1", formattedDate));
-   formattedDate = d.toString(Qt::RFC2822Date);
--  mCbDateFormats->insertItem( 3, i18n("RFC 2822-Format: %1").arg(formattedDate));
-+  mCbDateFormats->insertItem( 3, i18n("RFC 2822-Format: %1", formattedDate));
-   formattedDate = d.toString("dd.MM.yyyy");
--  mCbDateFormats->insertItem( 4, i18n("\"German Format\": %1").arg(formattedDate));
-+  mCbDateFormats->insertItem( 4, i18n("\"German Format\": %1", formattedDate));
-   mCbDateFormats->insertItem( 5, i18n("Custom Setting in Settingsfile"));
-   vboxLay->addLayout( butLay );
- 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-25 17:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-25 17:49 [gentoo-commits] repo/gentoo:master commit in: app-office/kraft/files/ Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox