[gnome-commander/revert-366e552e] Revert "Merge branch 'rebranding' into 'master'"




commit 120c532ea981009907997bf1c9145b14e9a5a2e4
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Thu Oct 6 05:27:53 2022 +0000

    Revert "Merge branch 'rebranding' into 'master'"
    
    This reverts merge request !35

 BUGS                                          |  2 +-
 Doxyfile                                      |  4 ++--
 README.in                                     | 18 +++++++++---------
 configure.ac                                  |  2 +-
 data/gnome-commander.spec.in                  | 10 +++++-----
 data/org.gnome.gnome-commander.appdata.xml.in |  8 ++++----
 data/org.gnome.gnome-commander.desktop.in.in  |  2 +-
 data/org.gnome.gnome-commander.gschema.xml    |  4 ++--
 doc/C/index.docbook                           |  2 +-
 doc/C/releases.xml                            |  2 +-
 doc/gnome-commander.1                         | 10 +++++-----
 doc/internal_viewer_hacking.txt               |  4 ++--
 doc/keys.txt                                  |  2 +-
 gnome-commander.doap                          |  3 ++-
 po/Makevars                                   |  2 +-
 src/gnome-cmd-main-menu.cc                    |  4 ++--
 src/gnome-cmd-main-win.cc                     |  4 ++--
 src/gnome-cmd-user-actions.cc                 | 18 +++++++++---------
 18 files changed, 51 insertions(+), 50 deletions(-)
---
diff --git a/BUGS b/BUGS
index fa001320..f5b34850 100644
--- a/BUGS
+++ b/BUGS
@@ -1,3 +1,3 @@
-Search on https://gitlab.gnome.org/GNOME/gnome-commander/issues for a list of known Commander's bug.
+Search on https://gitlab.gnome.org/GNOME/gnome-commander/issues for a list of known GNOME Commander's bug.
 
 If you find a new bug, please report it there.
diff --git a/Doxyfile b/Doxyfile
index 7fdec5a2..4d30f0a9 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING      = UTF-8
 # title of most generated pages and in a few other places.
 # The default value is: My Project.
 
-PROJECT_NAME           = "Commander"
+PROJECT_NAME           = "GNOME Commander"
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
 # could be handy for archiving the generated documentation or if some version
@@ -44,7 +44,7 @@ PROJECT_NUMBER         =
 # for a project that appears at the top of each page and should give viewer a
 # quick idea about the purpose of the project. Keep the description short.
 
-PROJECT_BRIEF          = "Commander is a fast and powerful twin-panel file manager for the GNOME desktop."
+PROJECT_BRIEF          = "GNOME Commander is a fast and powerful twin-panel file manager for the GNOME 
desktop."
 
 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
 # the documentation. The maximum height of the logo should not exceed 55 pixels
diff --git a/README.in b/README.in
index f4b630a2..d1a0a458 100644
--- a/README.in
+++ b/README.in
@@ -1,4 +1,4 @@
-                Commander Version @VERSION@
+                GNOME Commander Version @VERSION@
 
                 Copyright (C) 2001-2006 Marcus Bjurman <marbj499 student liu se>
                 Copyright (C) 2007-2012 Piotr Eljasiak <epiotr use pl>
@@ -19,7 +19,7 @@ Topics:
 1. Introduction
 --------------------------------
 
-Commander is a fast and powerful twin-panel file manager for the GNOME desktop.
+GNOME Commander is a fast and powerful twin-panel file manager for the GNOME desktop.
 
 Read the section "Known Bugs and Limitations" in the documentation (by pressing F1)
 to see if there are some known problems with the version you are using. The TODO file 
@@ -29,14 +29,14 @@ The ChangeLog contains a detailed description on what has changed. For most
 users the NEWS file might be a better place to look since it contains
 change summaries between the different versions.
 
-Commander is released under the GNU General Public License (GPL) version 2,
+GNOME Commander is released under the GNU General Public License (GPL) version 2,
 see the file 'COPYING' for more information.
 
 The official web site is:
 
     https://gcmd.github.io/
 
-You can download the latest Commander tarball from the gnome ftp server:
+You can download the latest GNOME Commander tarball from the gnome ftp server:
 
     http://ftp.gnome.org/pub/GNOME/sources/gnome-commander/
 
@@ -68,10 +68,10 @@ Plugins:
 3. Building
 --------------------------------
 
-Commander requires glib >= @GLIB_REQ@, GTK+ >= @GTK_REQ@ and
+GNOME Commander requires glib >= @GLIB_REQ@, GTK+ >= @GTK_REQ@ and
 libraries gnome-vfs >= @GNOMEVFS_REQ@.
 
-Additionally Commander may require:
+Additionally GNOME Commander may require:
 
   * unique >= @UNIQUE_REQ@
     Optional - for uniqueness support: only one running instance at a time
@@ -88,7 +88,7 @@ Additionally Commander may require:
   * poppler >= @POPPLER_REQ@
     Optional - for PDF support.
 
-If you install Commander by manually compiling the sources, keep in
+If you install GNOME Commander by manually compiling the sources, keep in
 mind that on most Linux distributions you have to install the development
 packages for the above libraries to be found by the configure script.
 These packages are normaly indicated by a "-dev" or "-devel" suffix,
@@ -99,9 +99,9 @@ Simple install procedure:
   % tar -xf gnome-commander-@VERSION  tar xz   # unpack the sources
   % cd gnome-commander-@VERSION@                       # change to the toplevel directory
   % ./configure                                        # run the `configure' script
-  % make                                       # build Commander
+  % make                                       # build GNOME Commander
   [ Become root if necessary ]
-  % make install                               # install Commander
+  % make install                               # install GNOME Commander
 
 See the file 'INSTALL' for more detailed information.
 
diff --git a/configure.ac b/configure.ac
index cd06b4f0..86b418af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -264,7 +264,7 @@ AC_OUTPUT
 echo ""
 echo ""
 echo "=========================================="
-echo " Ready to build Commander ${VERSION}"
+echo " Ready to build GNOME Commander ${VERSION}"
 echo "=========================================="
 echo ""
 echo "The following settings will be used:"
diff --git a/data/gnome-commander.spec.in b/data/gnome-commander.spec.in
index b2f3a509..303d97c0 100644
--- a/data/gnome-commander.spec.in
+++ b/data/gnome-commander.spec.in
@@ -25,7 +25,7 @@ Epoch:         4
 Release:       %{rel}%{?dist}
 Summary:       A nice and fast file manager for the GNOME desktop
 Summary(pl):   Menadżer plików dla GNOME oparty o Norton Commander'a (TM)
-Summary(sv):   Commander är en snabb och smidig filhanderare för GNOME
+Summary(sv):   GNOME Commander är en snabb och smidig filhanderare för GNOME
 
 Group:         Applications/File
 License:       GPLv2+
@@ -74,17 +74,17 @@ Requires:        libgsf >= %{libgsf_ver}
 Requires:        poppler >= %{poppler_ver}
 
 %description
-Commander is a nice and fast file manager for the GNOME desktop.
+GNOME Commander is a nice and fast file manager for the GNOME desktop.
 In addition to performing the basic file manager functions the program is
 also an FTP-client and it can browse SMB-networks.
 
 %description -l cs
-Commander je pěkný a rychlý správce souborů pro GNOME desktop.
+GNOME Commander je pěkný a rychlý správce souborů pro GNOME desktop.
 Kromě základních funkcí správy souborů je program také
 FTP klient a umí procházet SMB sítěmi.
 
 %description -l pl
-Commander to niewielki i wydajny menadżer plików umożliwiający
+GNOME Commander to niewielki i wydajny menadżer plików umożliwiający
 wykonywanie za pomocą klawiatury wszystkich standardowych operacji na plikach.
 Dostępne są również dodatkowe funkcje jak np. obsługa FTP, czy też obsługa
 sieci SMB.
@@ -97,7 +97,7 @@ sieci SMB.
 Реализует на базовом уровне поддержку FTP через GnomeVFS.
 
 %description -l sv
-Commander är en snabb och smidig filhanderare för GNOME.
+GNOME Commander är en snabb och smidig filhanderare för GNOME.
 Utöver att kunna hantera filer på din egen dator så kan programmet även
 ansluta till FTP-servrar och SMB-nätverk.
 
diff --git a/data/org.gnome.gnome-commander.appdata.xml.in b/data/org.gnome.gnome-commander.appdata.xml.in
index f7c06b04..55a4854f 100644
--- a/data/org.gnome.gnome-commander.appdata.xml.in
+++ b/data/org.gnome.gnome-commander.appdata.xml.in
@@ -4,18 +4,18 @@
   <id>org.gnome.gnome-commander</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
-  <name>Commander</name>
+  <name>GNOME Commander</name>
   <summary>Two-pane file manager</summary>
   <description>
     <p>
-      Commander is a “two-pane” graphical file manager for the GNOME
+      GNOME Commander is a “two-pane” graphical file manager for the GNOME
       desktop environment. It features separate tabs for each pane,
       setting up custom device buttons, bookmark manager, fully integrated
       commandline, file quick search, an internal image viewer, a powerful
       batch renaming tool, and FTP and Samba access.
     </p>
     <p>
-      Commander aims to advanced users who like to focus on precise
+      GNOME Commander aims to advanced users who like to focus on precise
       file management, working in parallel through special applications,
       and running smart commands.
     </p>
@@ -45,7 +45,7 @@
   <url type="translate">https://gcmd.github.io/dev.html#trnsl</url>
   <update_contact>gcmd-devel_AT_nongnu.org</update_contact>
   <project_group>GNOME</project_group>
-  <developer_name>Uwe Scholz</developer_name>
+  <developer_name>The GNOME Project</developer_name>
   <translation type="gettext">gnome-commander</translation>
   <content_rating type="oars-1.0" />
   <launchable type="desktop-id">org.gnome.gnome-commander.desktop</launchable>
diff --git a/data/org.gnome.gnome-commander.desktop.in.in b/data/org.gnome.gnome-commander.desktop.in.in
index 46685ace..66b18649 100644
--- a/data/org.gnome.gnome-commander.desktop.in.in
+++ b/data/org.gnome.gnome-commander.desktop.in.in
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Name=Commander
+Name=GNOME Commander
 Comment=A two paned file manager
 # TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list 
MUST also end with a semicolon!
 Keywords=file;manager;folder;explore;disk;filesystem;
diff --git a/data/org.gnome.gnome-commander.gschema.xml b/data/org.gnome.gnome-commander.gschema.xml
index 2775d555..029f1982 100644
--- a/data/org.gnome.gnome-commander.gschema.xml
+++ b/data/org.gnome.gnome-commander.gschema.xml
@@ -392,14 +392,14 @@
       <default>true</default>
       <summary>Save directories on exit</summary>
       <description>
-          Defines if the current directories are opened again when Commander is restarted.
+          Defines if the current directories are opened again when GNOME Commander is restarted.
       </description>
     </key>
     <key name="save-tabs-on-exit" type="b">
       <default>true</default>
       <summary>Save tabs on exit</summary>
       <description>
-          Defines if the current open tabs are opened again when Commander is restarted.
+          Defines if the current open tabs are opened again when GNOME Commander is restarted.
       </description>
     </key>
     <key name="save-dir-history-on-exit" type="b">
diff --git a/doc/C/index.docbook b/doc/C/index.docbook
index 588af741..d9f94674 100644
--- a/doc/C/index.docbook
+++ b/doc/C/index.docbook
@@ -5,7 +5,7 @@
   <!ENTITY appversion "1.12.0">
   <!ENTITY manrevision "1.12.0">
   <!ENTITY date "??? 2022">
-  <!ENTITY app "Commander">
+  <!ENTITY app "GNOME Commander">
 ]>
 <!-- Information about the entities
        The legal.xml file contains legal information, there is no need to edit the file.
diff --git a/doc/C/releases.xml b/doc/C/releases.xml
index 16a0e617..0878d0ee 100644
--- a/doc/C/releases.xml
+++ b/doc/C/releases.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-  <!ENTITY app "Commander">
+  <!ENTITY app "GNOME Commander">
 ]>
 
 <!-- ============= Release overview ======================= -->
diff --git a/doc/gnome-commander.1 b/doc/gnome-commander.1
index 52cdc64b..308666b7 100644
--- a/doc/gnome-commander.1
+++ b/doc/gnome-commander.1
@@ -22,7 +22,7 @@ gnome-commander \- a GNOME file manager
 [\-d STRING] [options] [gtk,gnome,bonobo options]
 .br
 .SH DESCRIPTION
-.B Commander
+.B GNOME Commander
 is a fast and powerful graphical filemanager for the GNOME desktop environment,
 it has a "two-pane" interface in the tradition of Norton and Midnight Commander.
 .SH OPTIONS
@@ -95,7 +95,7 @@ to see possible options.
 .TP
 .B gnome-commander -d nvl
 Starts
-.B Commander
+.B GNOME Commander
 with debugging of directory listings, internal viewer
 and directory monitoring facilities.
 .SH FOLDERS
@@ -108,12 +108,12 @@ System-wide plugins.
 .SH BUGS
 If you find any bugs, please report them (or better yet, fix them
 and send a patch). See the
-.B Commander
+.B GNOME Commander
 home page for more information:
 .br
 https://gcmd.github.io/
 .SH AUTHOR
-.B Commander
+.B GNOME Commander
 was originally developed by Marcus Bjurman from 2001 till 2004. Assaf
 Gordon added the internal viewer code and other features. Piotr Eljasiak
 was the project manager from 2006 until 2012. Since 2013 till now, Uwe
@@ -127,5 +127,5 @@ The original manual page was written by Michael Vogt <mvo debian org>,
 for the Debian GNU/Linux system. Current manual page is maintained
 as the part of the
 .B
-Commander
+GNOME Commander
 project.
diff --git a/doc/internal_viewer_hacking.txt b/doc/internal_viewer_hacking.txt
index 03dbb3cc..ca33f40f 100644
--- a/doc/internal_viewer_hacking.txt
+++ b/doc/internal_viewer_hacking.txt
@@ -2,7 +2,7 @@ Internal-Viewer Internals
 -------------------------
 
 This short document will detail the internals of the 'libgviewer' library,
-which implements Commander's Internal-Viewer.
+which implements GNOME Commander's Internal-Viewer.
 
 If you plan to hack the internal viewer, add features or just browse the source
 for fun, I recommend reading this document first.
@@ -39,7 +39,7 @@ Table of Content
 1.  General
 -----------
 The 'libgviewer' library aims to be a complete, fast, useable, user-friendly
-viewer window for the Commander project.
+viewer window for the GNOME Commander project.
 
 Key Features:
   * Fast loading -
diff --git a/doc/keys.txt b/doc/keys.txt
index 29a8da88..e79209f8 100644
--- a/doc/keys.txt
+++ b/doc/keys.txt
@@ -1,4 +1,4 @@
-Default keyboard mapping for Commander
+Default keyboard mapping for GNOME Commander
 --------------------------------------------
 
 F1              Help
diff --git a/gnome-commander.doap b/gnome-commander.doap
index e71b4318..d002f548 100755
--- a/gnome-commander.doap
+++ b/gnome-commander.doap
@@ -4,12 +4,13 @@
          xmlns:gnome="http://api.gnome.org/doap-extensions#";
          xmlns="http://usefulinc.com/ns/doap#";>
 
-  <name xml:lang="en">Commander</name>
+  <name xml:lang="en">GNOME Commander</name>
   <shortdesc xml:lang="en">Light and fast file manager for GNOME</shortdesc>
   <homepage rdf:resource="https://gcmd.github.io/"; />
   <mailing-list rdf:resource="http://lists.nongnu.org/mailman/listinfo/gcmd-devel"; />
   <download-page rdf:resource="http://download.gnome.org/sources/gnome-commander/"; />
   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-commander/issues/"; />
+  <!-- <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; /> -->
   <programming-language>C</programming-language>
   <programming-language>C++</programming-language>
 
diff --git a/po/Makevars b/po/Makevars
index 3d01de40..1afc216d 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -34,7 +34,7 @@ XGETTEXT_OPTIONS = \
 # or entity, or to disclaim their copyright.  The empty string stands for
 # the public domain; in this case the translators are expected to disclaim
 # their copyright.
-COPYRIGHT_HOLDER = Commander contributors
+COPYRIGHT_HOLDER = GNOME Commander contributors
 
 # This tells whether or not to prepend "GNU " prefix to the package
 # name that gets inserted into the header of the $(DOMAIN).pot file.
diff --git a/src/gnome-cmd-main-menu.cc b/src/gnome-cmd-main-menu.cc
index 9938bf06..cb3ef0b2 100644
--- a/src/gnome-cmd-main-menu.cc
+++ b/src/gnome-cmd-main-menu.cc
@@ -312,7 +312,7 @@ static GtkUIManager *get_file_menu_ui_manager()
         { "EnableFilter",       GTK_STOCK_CLEAR, _("_Enable Filter…"),    nullptr, nullptr, (GCallback) 
edit_filter },
         { "Diff",               nullptr, _("_Diff"),                      nullptr, nullptr, (GCallback) 
file_diff },
         { "SyncDirs",           nullptr, _("S_ynchronize Directories"),   nullptr, nullptr, (GCallback) 
file_sync_dirs },
-        { "StartAsRoot",        GTK_STOCK_DIALOG_AUTHENTICATION,          _("Start _Commander as root"), 
nullptr, nullptr, (GCallback) command_root_mode },
+        { "StartAsRoot",        GTK_STOCK_DIALOG_AUTHENTICATION,          _("Start _GNOME Commander as 
root"), nullptr, nullptr, (GCallback) command_root_mode },
         { "Quit",               GTK_STOCK_QUIT, _("_Quit"), "<Control>Q", nullptr, (GCallback) file_exit }
     };
 
@@ -399,7 +399,7 @@ static GtkUIManager *get_file_menu_ui_manager()
         { "Help",              nullptr,          _("_Help") },
         { "Documentation",     GTK_STOCK_HELP,   _("_Documentation"),              "F1",    nullptr, 
(GCallback) help_help },
         { "KeyboardShortcuts", GTK_STOCK_ITALIC, _("_Keyboard Shortcuts"),         nullptr, nullptr, 
(GCallback) help_keyboard },
-        { "Web",               GTK_STOCK_HOME,   _("Commander on the _Web"), nullptr, nullptr, (GCallback) 
help_web },
+        { "Web",               GTK_STOCK_HOME,   _("GNOME Commander on the _Web"), nullptr, nullptr, 
(GCallback) help_web },
         { "Problem",           GTK_STOCK_CAPS_LOCK_WARNING, _("Report a _Problem"),           nullptr, 
nullptr, (GCallback) help_problem },
         { "About",             GTK_STOCK_ABOUT,  _("_About"),                      nullptr, nullptr, 
(GCallback) help_about },
     };
diff --git a/src/gnome-cmd-main-win.cc b/src/gnome-cmd-main-win.cc
index 8c6582af..467bf879 100644
--- a/src/gnome-cmd-main-win.cc
+++ b/src/gnome-cmd-main-win.cc
@@ -868,8 +868,8 @@ static void init (GnomeCmdMainWin *mw)
 
     gtk_window_set_title (GTK_WINDOW (mw),
                           gcmd_owner.is_root()
-                            ? _("Commander — ROOT PRIVILEGES")
-                            : _("Commander"));
+                            ? _("GNOME Commander — ROOT PRIVILEGES")
+                            : _("GNOME Commander"));
 
     g_object_set_data (*mw, "main_win", mw);
     restore_size_and_pos (mw);
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index c16b5973..98d3aba6 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -200,7 +200,7 @@ static UserActionData user_actions_data[] = {
                                              {command_execute, "command.execute", N_("Execute command")},
                                              {command_open_terminal, "command.open_terminal", N_("Open 
terminal")},
                                              {command_open_terminal_as_root, 
"command.open_terminal_as_root", N_("Open terminal as root")},
-                                             {command_root_mode, "command.root_mode", N_("Start Commander as 
root")},
+                                             {command_root_mode, "command.root_mode", N_("Start GNOME 
Commander as root")},
                                              {connections_close_current, "connections.close", N_("Close 
connection")},
                                              {connections_new, "connections.new", N_("New connection")},
                                              {connections_open, "connections.open", N_("Open connection")},
@@ -236,11 +236,11 @@ static UserActionData user_actions_data[] = {
                                              {file_sync_dirs, "file.synchronize_directories", 
N_("Synchronize directories")},
                                              // {file_umount, "file.umount"},
                                              {file_view, "file.view", N_("View file")},
-                                             {help_about, "help.about", N_("About Commander")},
+                                             {help_about, "help.about", N_("About GNOME Commander")},
                                              {help_help, "help.help", N_("Help contents")},
                                              {help_keyboard, "help.keyboard", N_("Help on keyboard 
shortcuts")},
                                              {help_problem, "help.problem", N_("Report a problem")},
-                                             {help_web, "help.web", N_("Commander on the web")},
+                                             {help_web, "help.web", N_("GNOME Commander on the web")},
                                              {mark_compare_directories, "mark.compare_directories", 
N_("Compare directories")},
                                              {mark_invert_selection, "mark.invert", N_("Invert selection")},
                                              {mark_select_all, "mark.select_all", N_("Select all")},
@@ -1288,7 +1288,7 @@ void command_root_mode (GtkMenuItem *menuitem, gpointer not_used)
         GError *error = nullptr;
 
         if (!g_spawn_async (nullptr, argv, nullptr, G_SPAWN_STDOUT_TO_DEV_NULL, nullptr, nullptr, nullptr, 
&error))
-            gnome_cmd_error_message (_("Unable to start Commander in root mode."), error);
+            gnome_cmd_error_message (_("Unable to start GNOME Commander in root mode."), error);
     }
     else
         gnome_cmd_show_message (nullptr, _("gksudo, xdg-su, gksu, gnomesu, kdesu or beesu is not found"));
@@ -2044,23 +2044,23 @@ void help_about (GtkMenuItem *menuitem, gpointer not_used)
 
 
     static const gchar *license[] = {
-        N_("Commander is free software; you can redistribute it and/or modify "
+        N_("GNOME Commander is free software; you can redistribute it and/or modify "
            "it under the terms of the GNU General Public License as published by "
            "the Free Software Foundation; either version 2 of the License, or "
            "(at your option) any later version."),
-        N_("Commander is distributed in the hope that it will be useful, "
+        N_("GNOME Commander is distributed in the hope that it will be useful, "
            "but WITHOUT ANY WARRANTY; without even the implied warranty of "
            "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the "
            "GNU General Public License for more details."),
         N_("You should have received a copy of the GNU General Public License "
-           "along with Commander; if not, write to the Free Software Foundation, Inc., "
+           "along with GNOME Commander; if not, write to the Free Software Foundation, Inc., "
            "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.")
     };
 
     gchar *license_trans = g_strjoin ("\n\n", _(license[0]), _(license[1]), _(license[2]), nullptr);
 
     gtk_show_about_dialog (*main_win,
-                           "name", "Commander",
+                           "name", "GNOME Commander",
                            "version", VERSION,
                            "comments", _(comments),
                            "copyright", copyright,
@@ -2071,7 +2071,7 @@ void help_about (GtkMenuItem *menuitem, gpointer not_used)
                            "logo-icon-name", PACKAGE_NAME,
                            "translator-credits", _("translator-credits"),
                            "website", "https://gcmd.github.io";,
-                           "website-label", "Commander Website",
+                           "website-label", "GNOME Commander Website",
                            nullptr);
 
     g_free (license_trans);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]