diff options
| -rw-r--r-- | packaging/win32/inkscape.nsi | 2 | ||||
| -rw-r--r-- | po/bg.po | 2 | ||||
| -rw-r--r-- | share/screens/Makefile.am | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 52c69f7b4..56d9a4ff7 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -543,8 +543,6 @@ Section $(lng_Core) SecCore SetOutPath $INSTDIR\share\icons File /a "..\..\inkscape\share\icons\inkscape.file.png" File /a "..\..\inkscape\share\icons\inkscape.file.svg" - SetOutPath $INSTDIR\share\screens - File /a "..\..\inkscape\share\screens\about.bg.svg" SetOutPath $INSTDIR\modules File /nonfatal /a /r "..\..\inkscape\modules\*.*" SetOutPath $INSTDIR\python @@ -5591,7 +5591,7 @@ msgstr "_Лиценз" #. should be in UTF-*8.. #: ../src/ui/dialog/aboutbox.cpp:120 msgid "about.svg" -msgstr "about.bg.svg" +msgstr "about.svg" #. TRANSLATORS: Put here your name (and other national contributors') #. one per line in the form of: name surname (email). Use \n for newline. diff --git a/share/screens/Makefile.am b/share/screens/Makefile.am index 139c9c3f0..25d1d34bc 100644 --- a/share/screens/Makefile.am +++ b/share/screens/Makefile.am @@ -3,7 +3,6 @@ screensdir = $(datadir)/inkscape/screens screens_DATA = \ about.svg \ - about.bg.svg \ keys.svg \ keys.de.svg \ keys.sl.svg \ |
