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
a78f5622
Commit
a78f5622
authored
Dec 26, 2017
by
swilmet
Browse files
Use Config.PACKAGE_NAME instead of "LaTeXila"
For the window title, remove the code because the title is handled by Tepl.
parent
04ee7cdc
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/latexila_app.vala
View file @
a78f5622
...
...
@@ -239,7 +239,7 @@ public class LatexilaApp : Gtk.Application
}
Gtk
.
show_about_dialog
(
get_active_main_window
(),
"program-name"
,
"LaTeXila"
,
"program-name"
,
Config
.
PACKAGE_NAME
,
"version"
,
Config
.
PACKAGE_VERSION
,
"authors"
,
authors
,
"artists"
,
artists
,
...
...
src/main_window.vala
View file @
a78f5622
...
...
@@ -152,7 +152,6 @@ public class MainWindow : ApplicationWindow
public
MainWindow
(
LatexilaApp
app
)
{
Object
(
application
:
app
);
this
.
title
=
"LaTeXila"
;
// Init TeplApplicationWindow GActions.
Tepl
.
ApplicationWindow
tepl_window
=
...
...
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