Add NSInfo image.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36320 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Eric Wasylishen 2013-03-09 23:07:46 +00:00
parent bfd8c9cba9
commit d1231704e8
5 changed files with 82 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2013-03-09 Eric Wasylishen <ewasylishen@gmail.com>
* Images/GNUmakefile:
* Images/nsmapping.strings:
* Images/common_Info.svg:
* Images/common_Info.tiff: Add NSInfo image.
2013-03-08 Fred Kiefer <FredKiefer@gmx.de>
* Tests/gui/NSSavePanel/setDelegate_reload.m: Rewrite to remove

View file

@ -79,6 +79,7 @@ Images_RESOURCE_FILES = \
common_Home.tiff \
common_HomeDirectory.tiff \
common_ImageFolder.tiff \
common_Info.tiff\
common_LeftTabStop.tiff \
common_LibraryFolder.tiff \
common_MiniWindowTile.tiff \

72
Images/common_Info.svg Normal file
View file

@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48"
height="48"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
sodipodi:docname="New document 1">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-92.525361"
inkscape:cy="29.471973"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1074"
inkscape:window-height="589"
inkscape:window-x="131"
inkscape:window-y="68"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-181.04,-365.04218)">
<text
xml:space="preserve"
style="font-size:47.44845581px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L Italic"
x="197.02121"
y="405.1272"
id="text2985"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan2987"
x="197.02121"
y="405.1272"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:URW Palladio L;-inkscape-font-specification:URW Palladio L Bold Italic">i</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
Images/common_Info.tiff Normal file

Binary file not shown.

View file

@ -31,4 +31,5 @@ NSColorPanel = common_ToolbarShowColorsItem;
NSComputer = common_Root_PC;
NSStopProgressTemplate = GSStop;
NSFontPanel = common_ToolbarShowFontsItem;
NSFolder = common_Folder;
NSFolder = common_Folder;
NSInfo = common_Info;