mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
* lib/ui/stdmenus.inc:
* lib/ui/stdmenus.ui: rename file in order not to confuse users * lib/ui/stdtoolbars.inc: * lib/ui/stdtoolbars.ui: rename file in order not to confuse users * development/scons/scons_manifest.py: * lib/doc/de_Customization.lyx: * lib/Makefile.am: * lib/ui/classic.ui: * lib/ui/default.ui: adjust git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16549 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3e6a66f3e2
commit
8c85719080
@ -2248,8 +2248,8 @@ lib_tex_files = Split('''
|
|||||||
lib_ui_files = Split('''
|
lib_ui_files = Split('''
|
||||||
classic.ui
|
classic.ui
|
||||||
default.ui
|
default.ui
|
||||||
stdmenus.ui
|
stdmenus.inc
|
||||||
stdtoolbars.ui
|
stdtoolbars.inc
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
|
||||||
|
@ -972,8 +972,8 @@ uidir = $(pkgdatadir)/ui
|
|||||||
dist_ui_DATA = \
|
dist_ui_DATA = \
|
||||||
ui/classic.ui \
|
ui/classic.ui \
|
||||||
ui/default.ui \
|
ui/default.ui \
|
||||||
ui/stdmenus.ui \
|
ui/stdmenus.inc \
|
||||||
ui/stdtoolbars.ui
|
ui/stdtoolbars.inc
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
$(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py
|
$(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/configure.py
|
||||||
|
@ -2299,11 +2299,11 @@ classic.ui
|
|||||||
erzeugt das Aussehen der 1.3.x-Versionen von LyX.
|
erzeugt das Aussehen der 1.3.x-Versionen von LyX.
|
||||||
|
|
||||||
\family typewriter
|
\family typewriter
|
||||||
stdmenus.ui
|
stdmenus.inc
|
||||||
\family default
|
\family default
|
||||||
beschreibt das Aussehen der Menüleisten und
|
beschreibt das Aussehen der Menüleisten und
|
||||||
\family typewriter
|
\family typewriter
|
||||||
stdtoolbars.ui
|
stdtoolbars.inc
|
||||||
\family default
|
\family default
|
||||||
das Aussehen der Werkzeugleisten.
|
das Aussehen der Werkzeugleisten.
|
||||||
Auch hier ist es derzeit noch nötig, LyX neu zu starten, um Änderungen
|
Auch hier ist es derzeit noch nötig, LyX neu zu starten, um Änderungen
|
||||||
@ -2394,11 +2394,11 @@ default.ui
|
|||||||
.
|
.
|
||||||
Sie benutzt
|
Sie benutzt
|
||||||
\family typewriter
|
\family typewriter
|
||||||
stdtoolbars.ui
|
stdtoolbars.inc
|
||||||
\family default
|
\family default
|
||||||
und
|
und
|
||||||
\family typewriter
|
\family typewriter
|
||||||
stdmenus.ui
|
stdmenus.inc
|
||||||
\family default
|
\family default
|
||||||
und definiert folgende Werkzeugleisten:
|
und definiert folgende Werkzeugleisten:
|
||||||
\end_layout
|
\end_layout
|
||||||
|
@ -430,7 +430,7 @@ End
|
|||||||
|
|
||||||
# Which toolbars to use.
|
# Which toolbars to use.
|
||||||
|
|
||||||
include "stdtoolbars.ui"
|
include "stdtoolbars.inc"
|
||||||
|
|
||||||
# The second parameter are the flags :
|
# The second parameter are the flags :
|
||||||
#
|
#
|
||||||
|
@ -14,9 +14,9 @@
|
|||||||
# The interface is designed (partially) following the KDE Human Interface
|
# The interface is designed (partially) following the KDE Human Interface
|
||||||
# Guidelines (http://usability.kde.org/hig/)
|
# Guidelines (http://usability.kde.org/hig/)
|
||||||
|
|
||||||
Include "stdmenus.ui"
|
Include "stdmenus.inc"
|
||||||
|
|
||||||
Include "stdtoolbars.ui"
|
Include "stdtoolbars.inc"
|
||||||
|
|
||||||
# Which toolbars to use.
|
# Which toolbars to use.
|
||||||
#
|
#
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# -*- text -*-
|
# -*- text -*-
|
||||||
|
|
||||||
# file stdmenus.ui
|
# file stdmenus.inc
|
||||||
# This file is part of LyX, the document processor.
|
# This file is part of LyX, the document processor.
|
||||||
# Licence details can be found in the file COPYING.
|
# Licence details can be found in the file COPYING.
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
# -*- text -*-
|
# -*- text -*-
|
||||||
|
|
||||||
# file stdtoolbars.ui
|
# file stdtoolbars.inc
|
||||||
# This file is part of LyX, the document processor.
|
# This file is part of LyX, the document processor.
|
||||||
# Licence details can be found in the file COPYING.
|
# Licence details can be found in the file COPYING.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user