Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
gnome-latex
Commits
ebb0491e
Commit
ebb0491e
authored
Dec 26, 2017
by
swilmet
Browse files
Rename to GNOME LaTeX: logo in about dialog
parent
91e29aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/latexila_app.vala
View file @
ebb0491e
...
...
@@ -228,16 +228,6 @@ public class LatexilaApp : Gtk.Application
null
};
Gdk
.
Pixbuf
logo
=
null
;
try
{
logo
=
new
Gdk
.
Pixbuf
.
from_file
(
Config
.
DATA_DIR
+
"/images/app/logo.png"
);
}
catch
(
Error
e
)
{
warning
(
"Logo: %s"
,
e
.
message
);
}
Gtk
.
show_about_dialog
(
get_active_main_window
(),
"program-name"
,
Config
.
PACKAGE_NAME
,
"version"
,
Config
.
PACKAGE_VERSION
,
...
...
@@ -249,7 +239,7 @@ public class LatexilaApp : Gtk.Application
"title"
,
_
(
"About GNOME LaTeX"
),
"translator-credits"
,
_
(
"translator-credits"
),
"website"
,
website
,
"logo
"
,
logo
"logo
-icon-name"
,
"gnome-latex"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment