[latexila] app: update copyright in the about dialog
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] app: update copyright in the about dialog
- Date: Wed, 27 Jan 2016 12:09:50 +0000 (UTC)
commit b28c08ffb1aab4bc7c19d8f56a46aa6f6cb1a195
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Jan 27 12:59:31 2016 +0100
app: update copyright in the about dialog
Remove the ©, it's redundant with the word "Copyright", and © is
sometimes not displayed nicely (too small).
Is it the last copyright update? Will latexila die? Will latexila find a
new maintainer? Or will I still be motivated to do the minimum
maintenance work required to still use latexila with the latest GTK+ 3.x
version? Will latexila be ported to GTK+ 4 in the future? Was latexila
just a real-world experiment that permitted me to better learn
programming? Will Vala still be maintained in 10 years? So many
uncertainties.
src/latexila_app.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/latexila_app.vala b/src/latexila_app.vala
index 9a105ab..9ae4ec0 100644
--- a/src/latexila_app.vala
+++ b/src/latexila_app.vala
@@ -215,7 +215,7 @@ public class LatexilaApp : Gtk.Application
{
string comments =
_("LaTeXila is an Integrated LaTeX Environment for the GNOME Desktop");
- string copyright = "Copyright © 2009-2015 – Sébastien Wilmet";
+ string copyright = "Copyright 2009-2016 – Sébastien Wilmet";
string website = "https://wiki.gnome.org/Apps/LaTeXila";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]