diff options
| author | Aaron Spike <aaron@ekips.org> | 2007-01-17 03:28:03 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2007-01-17 03:28:03 +0000 |
| commit | 26f6cd3b0c5c40bd82ed99b05cd56a65ae784c6b (patch) | |
| tree | 49b077177fb670cc0d818ca50670f1d75009799b | |
| parent | Fix syntax errors. (diff) | |
| download | inkscape-26f6cd3b0c5c40bd82ed99b05cd56a65ae784c6b.tar.gz inkscape-26f6cd3b0c5c40bd82ed99b05cd56a65ae784c6b.zip | |
remove references to about.bg.svg
(bzr r2227)
| -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 \ |
