[PATCH] Remove the "in C" part about Subsurface's description

Thiago Macieira thiago at macieira.org
Tue Oct 15 20:29:31 UTC 2013


It's not written purely in C anymore. There's quite a lot of C++ now,
not to mention Perl, XSLT, shell scripting, etc. :-)

Signed-off-by: Thiago Macieira <thiago at macieira.org>
---
 qt-ui/about.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp
index e2d8153..29abf63 100644
--- a/qt-ui/about.cpp
+++ b/qt-ui/about.cpp
@@ -17,7 +17,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget* parent, Qt::WindowFlags f)
 	ui.setupUi(this);
 	ui.aboutLabel->setText(tr("<span style='font-size: 18pt; font-weight: bold;'>" \
 		"Subsurface " VERSION_STRING "</span><br><br>" \
-		"Multi-platform divelog software in C<br>" \
+		"Multi-platform divelog software<br>" \
 		"<span style='font-size: 8pt'>Linus Torvalds, Dirk Hohndel, and others, 2011, 2012, 2013</span>"));
 	licenseButton = new QPushButton(tr("&License"));
 	websiteButton = new QPushButton(tr("&Website"));
-- 
1.7.11.7



More information about the subsurface mailing list