Commit 9588fc98 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx/about: deploy auto-layout

parent 0f8cd63d
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10102" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies> <dependencies>
<deployment version="1070" identifier="macosx"/> <deployment version="1070" identifier="macosx"/>
<development version="7000" identifier="xcode"/> <development version="7000" identifier="xcode"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10102"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
<capability name="box content view" minToolsVersion="7.0"/> <capability name="box content view" minToolsVersion="7.0"/>
</dependencies> </dependencies>
<objects> <objects>
...@@ -30,15 +30,14 @@ ...@@ -30,15 +30,14 @@
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/> <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="173" y="74" width="721" height="356"/> <rect key="contentRect" x="173" y="74" width="721" height="356"/>
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/> <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
<value key="minSize" type="size" width="231.86799999999999" height="107"/> <value key="minSize" type="size" width="231.86799999999999" height="107"/>
<view key="contentView" id="1344"> <view key="contentView" id="1344">
<rect key="frame" x="0.0" y="0.0" width="721" height="356"/> <rect key="frame" x="0.0" y="0.0" width="721" height="356"/>
<autoresizingMask key="autoresizingMask"/> <autoresizingMask key="autoresizingMask"/>
<subviews> <subviews>
<scrollView borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="1348"> <scrollView borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1348">
<rect key="frame" x="271" y="88" width="430" height="204"/> <rect key="frame" x="271" y="88" width="430" height="204"/>
<autoresizingMask key="autoresizingMask"/>
<clipView key="contentView" id="jyJ-3H-cal" customClass="VLCScrollingClipView"> <clipView key="contentView" id="jyJ-3H-cal" customClass="VLCScrollingClipView">
<rect key="frame" x="0.0" y="0.0" width="430" height="204"/> <rect key="frame" x="0.0" y="0.0" width="430" height="204"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
...@@ -47,10 +46,10 @@ ...@@ -47,10 +46,10 @@
<rect key="frame" x="0.0" y="0.0" width="415" height="204"/> <rect key="frame" x="0.0" y="0.0" width="415" height="204"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="calibratedRGB"/> <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="calibratedRGB"/>
<size key="minSize" width="430" height="204"/> <size key="minSize" width="415" height="204"/>
<size key="maxSize" width="564" height="10000000"/> <size key="maxSize" width="564" height="10000000"/>
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> <color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<size key="minSize" width="430" height="204"/> <size key="minSize" width="415" height="204"/>
<size key="maxSize" width="564" height="10000000"/> <size key="maxSize" width="564" height="10000000"/>
</textView> </textView>
</subviews> </subviews>
...@@ -59,6 +58,9 @@ ...@@ -59,6 +58,9 @@
<outlet property="parentScrollView" destination="1348" id="Z6J-Q9-pbU"/> <outlet property="parentScrollView" destination="1348" id="Z6J-Q9-pbU"/>
</connections> </connections>
</clipView> </clipView>
<constraints>
<constraint firstAttribute="height" constant="204" id="Toy-9Z-Tp5"/>
</constraints>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="2279"> <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="2279">
<rect key="frame" x="-100" y="-100" width="430" height="16"/> <rect key="frame" x="-100" y="-100" width="430" height="16"/>
<autoresizingMask key="autoresizingMask"/> <autoresizingMask key="autoresizingMask"/>
...@@ -68,50 +70,52 @@ ...@@ -68,50 +70,52 @@
<autoresizingMask key="autoresizingMask"/> <autoresizingMask key="autoresizingMask"/>
</scroller> </scroller>
</scrollView> </scrollView>
<imageView id="2231"> <imageView translatesAutoresizingMaskIntoConstraints="NO" id="2231">
<rect key="frame" x="20" y="93" width="240" height="240"/> <rect key="frame" x="20" y="93" width="240" height="240"/>
<autoresizingMask key="autoresizingMask"/> <constraints>
<constraint firstAttribute="height" constant="240" id="JQt-Up-e0A"/>
<constraint firstAttribute="width" constant="240" id="k85-B9-511"/>
</constraints>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" image="vlc" id="2269"/> <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" image="vlc" id="2269"/>
</imageView> </imageView>
<textField verticalHuggingPriority="750" id="2232"> <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2232">
<rect key="frame" x="271" y="274" width="430" height="18"/> <rect key="frame" x="269" y="274" width="248" height="16"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" alignment="left" title="Version 0.9.0-svn Grischenko (PPC/x86)" id="2270"> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" alignment="left" title="Version 0.9.0-svn Grischenko (PPC/x86)" id="2270">
<font key="font" metaFont="systemBold" size="12"/> <font key="font" metaFont="systemBold" size="12"/>
<color key="textColor" red="0.15702499" green="0.15702499" blue="0.15702499" alpha="1" colorSpace="calibratedRGB"/> <color key="textColor" red="0.15702499" green="0.15702499" blue="0.15702499" alpha="1" colorSpace="calibratedRGB"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell> </textFieldCell>
</textField> </textField>
<textField verticalHuggingPriority="750" id="2233"> <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2233">
<rect key="frame" x="271" y="255" width="430" height="16"/> <rect key="frame" x="269" y="255" width="221" height="13"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" alignment="left" title="Copyright (c) 1997-2008 the VideoLAN team" id="2271"> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" alignment="left" title="Copyright (c) 1997-2008 the VideoLAN team" id="2271">
<font key="font" metaFont="label"/> <font key="font" metaFont="label"/>
<color key="textColor" red="0.15702499" green="0.15702499" blue="0.15702499" alpha="1" colorSpace="calibratedRGB"/> <color key="textColor" red="0.15702499" green="0.15702499" blue="0.15702499" alpha="1" colorSpace="calibratedRGB"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell> </textFieldCell>
</textField> </textField>
<textField verticalHuggingPriority="750" id="2234"> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="2234">
<rect key="frame" x="271" y="241" width="430" height="13"/> <rect key="frame" x="269" y="241" width="338" height="13"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" selectable="YES" sendsActionOnEndEditing="YES" state="on" alignment="left" title="Compiled by fpk with llvm-gcc 4.2.1 (Based on Apple Inc. build 5658)" id="2272"> <textFieldCell key="cell" selectable="YES" sendsActionOnEndEditing="YES" state="on" alignment="left" title="Compiled by fpk with llvm-gcc 4.2.1 (Based on Apple Inc. build 5658)" id="2272">
<font key="font" metaFont="label"/> <font key="font" metaFont="label"/>
<color key="textColor" red="0.15702499" green="0.15702499" blue="0.15702499" alpha="1" colorSpace="calibratedRGB"/> <color key="textColor" red="0.15702499" green="0.15702499" blue="0.15702499" alpha="1" colorSpace="calibratedRGB"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell> </textFieldCell>
</textField> </textField>
<textField verticalHuggingPriority="750" id="2235"> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="2235">
<rect key="frame" x="271" y="304" width="479" height="29"/> <rect key="frame" x="269" y="304" width="192" height="29"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" selectable="YES" sendsActionOnEndEditing="YES" alignment="left" title="VLC media player" id="2273"> <textFieldCell key="cell" selectable="YES" sendsActionOnEndEditing="YES" alignment="left" title="VLC media player" id="2273">
<font key="font" metaFont="system" size="24"/> <font key="font" metaFont="system" size="24"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell> </textFieldCell>
</textField> </textField>
<textField verticalHuggingPriority="750" id="2284"> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="2284">
<rect key="frame" x="271" y="88" width="430" height="145"/> <rect key="frame" x="271" y="88" width="430" height="145"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <constraints>
<constraint firstAttribute="width" constant="426" id="cDV-g3-FXM"/>
<constraint firstAttribute="height" constant="145" id="fep-cE-yaO"/>
</constraints>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" allowsEditingTextAttributes="YES" id="2285"> <textFieldCell key="cell" sendsActionOnEndEditing="YES" allowsEditingTextAttributes="YES" id="2285">
<font key="font" metaFont="system"/> <font key="font" metaFont="system"/>
<string key="title">VLC media player is a free and open source media player, encoder and streamer made by the volunteers of the VideoLAN community. <string key="title">VLC media player is a free and open source media player, encoder and streamer made by the volunteers of the VideoLAN community.
...@@ -121,16 +125,14 @@ Help and join us!.</string> ...@@ -121,16 +125,14 @@ Help and join us!.</string>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell> </textFieldCell>
</textField> </textField>
<box autoresizesSubviews="NO" title="Box" borderType="line" titlePosition="noTitle" id="2313"> <box autoresizesSubviews="NO" title="Box" borderType="line" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="2313">
<rect key="frame" x="-10" y="-9" width="747" height="90"/> <rect key="frame" x="-13" y="-9" width="747" height="90"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<view key="contentView" id="Ioe-L7-TBi"> <view key="contentView" id="Ioe-L7-TBi">
<rect key="frame" x="1" y="1" width="745" height="88"/> <rect key="frame" x="1" y="1" width="745" height="88"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<button id="2290"> <button translatesAutoresizingMaskIntoConstraints="NO" id="2290">
<rect key="frame" x="556" y="49" width="106" height="23"/> <rect key="frame" x="509" y="55" width="48" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="smallSquare" title="Credits" bezelStyle="smallSquare" imagePosition="overlaps" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="2291"> <buttonCell key="cell" type="smallSquare" title="Credits" bezelStyle="smallSquare" imagePosition="overlaps" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="2291">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/> <font key="font" metaFont="system"/>
...@@ -139,9 +141,8 @@ Help and join us!.</string> ...@@ -139,9 +141,8 @@ Help and join us!.</string>
<action selector="buttonAction:" target="-2" id="2330"/> <action selector="buttonAction:" target="-2" id="2330"/>
</connections> </connections>
</button> </button>
<button id="2286"> <button translatesAutoresizingMaskIntoConstraints="NO" id="2286">
<rect key="frame" x="122" y="49" width="106" height="23"/> <rect key="frame" x="184" y="55" width="52" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="smallSquare" title="Authors" bezelStyle="smallSquare" imagePosition="overlaps" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="2287"> <buttonCell key="cell" type="smallSquare" title="Authors" bezelStyle="smallSquare" imagePosition="overlaps" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="2287">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/> <font key="font" metaFont="system"/>
...@@ -150,9 +151,8 @@ Help and join us!.</string> ...@@ -150,9 +151,8 @@ Help and join us!.</string>
<action selector="buttonAction:" target="-2" id="2328"/> <action selector="buttonAction:" target="-2" id="2328"/>
</connections> </connections>
</button> </button>
<button id="2288"> <button translatesAutoresizingMaskIntoConstraints="NO" id="2288">
<rect key="frame" x="339" y="49" width="106" height="23"/> <rect key="frame" x="347" y="55" width="51" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="smallSquare" title="License" bezelStyle="smallSquare" imagePosition="overlaps" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="2289"> <buttonCell key="cell" type="smallSquare" title="License" bezelStyle="smallSquare" imagePosition="overlaps" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="2289">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/> <font key="font" metaFont="system"/>
...@@ -161,9 +161,8 @@ Help and join us!.</string> ...@@ -161,9 +161,8 @@ Help and join us!.</string>
<action selector="buttonAction:" target="-2" id="2329"/> <action selector="buttonAction:" target="-2" id="2329"/>
</connections> </connections>
</button> </button>
<textField verticalHuggingPriority="750" id="2314"> <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2314">
<rect key="frame" x="119" y="24" width="546" height="13"/> <rect key="frame" x="181" y="24" width="383" height="13"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="VLC media player and VideoLAN are trademarks of the VideoLAN Association." id="2315"> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="VLC media player and VideoLAN are trademarks of the VideoLAN Association." id="2315">
<font key="font" metaFont="system" size="10"/> <font key="font" metaFont="system" size="10"/>
<color key="textColor" name="headerColor" catalog="System" colorSpace="catalog"/> <color key="textColor" name="headerColor" catalog="System" colorSpace="catalog"/>
...@@ -171,11 +170,44 @@ Help and join us!.</string> ...@@ -171,11 +170,44 @@ Help and join us!.</string>
</textFieldCell> </textFieldCell>
</textField> </textField>
</subviews> </subviews>
<constraints>
<constraint firstItem="2314" firstAttribute="centerX" secondItem="Ioe-L7-TBi" secondAttribute="centerX" id="IwG-XP-5i3"/>
<constraint firstItem="2288" firstAttribute="top" secondItem="Ioe-L7-TBi" secondAttribute="top" constant="16" id="RYq-jL-Ywn"/>
<constraint firstAttribute="bottom" secondItem="2314" secondAttribute="bottom" constant="24" id="Vdg-Og-uy9"/>
<constraint firstItem="2290" firstAttribute="leading" secondItem="2288" secondAttribute="trailing" constant="111" id="aX6-JU-nd5"/>
<constraint firstItem="2288" firstAttribute="centerX" secondItem="Ioe-L7-TBi" secondAttribute="centerX" id="igh-uW-5sf"/>
<constraint firstItem="2286" firstAttribute="centerY" secondItem="2288" secondAttribute="centerY" id="n2O-oF-3c7"/>
<constraint firstItem="2288" firstAttribute="leading" secondItem="2286" secondAttribute="trailing" constant="111" id="rsV-16-ydW"/>
<constraint firstItem="2290" firstAttribute="centerY" secondItem="2288" secondAttribute="centerY" id="sSm-7y-Hl5"/>
</constraints>
</view> </view>
<constraints>
<constraint firstAttribute="width" constant="741" id="7L8-Ze-VYg"/>
<constraint firstAttribute="height" constant="84" id="OTP-sG-AIS"/>
</constraints>
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
<color key="fillColor" white="0.90000000000000002" alpha="1" colorSpace="calibratedWhite"/> <color key="fillColor" white="0.90000000000000002" alpha="1" colorSpace="calibratedWhite"/>
</box> </box>
</subviews> </subviews>
<constraints>
<constraint firstItem="1348" firstAttribute="top" secondItem="2233" secondAttribute="bottom" constant="-37" id="01p-3E-W4t"/>
<constraint firstItem="2231" firstAttribute="top" secondItem="1344" secondAttribute="top" constant="23" id="0iQ-yP-dzK"/>
<constraint firstItem="1348" firstAttribute="top" secondItem="1344" secondAttribute="top" constant="64" id="5GI-Qj-1gl"/>
<constraint firstItem="1348" firstAttribute="leading" secondItem="2231" secondAttribute="trailing" constant="11" id="9zZ-1W-0Z8"/>
<constraint firstItem="1348" firstAttribute="top" secondItem="2232" secondAttribute="bottom" constant="-18" id="GW6-JC-Ely"/>
<constraint firstAttribute="trailing" secondItem="1348" secondAttribute="trailing" constant="20" id="H3r-VZ-85w"/>
<constraint firstAttribute="bottom" secondItem="2313" secondAttribute="bottom" constant="-5" id="Ian-FJ-q76"/>
<constraint firstItem="2284" firstAttribute="centerX" secondItem="1348" secondAttribute="centerX" id="JLu-H9-741"/>
<constraint firstItem="2313" firstAttribute="centerX" secondItem="1344" secondAttribute="centerX" id="Kkg-4g-1ft"/>
<constraint firstItem="2234" firstAttribute="leading" secondItem="1348" secondAttribute="leading" id="O3r-hG-9g7"/>
<constraint firstItem="2233" firstAttribute="leading" secondItem="1348" secondAttribute="leading" id="R7a-c5-efq"/>
<constraint firstItem="1348" firstAttribute="top" secondItem="2234" secondAttribute="bottom" constant="-51" id="RNx-TW-cJ2"/>
<constraint firstItem="1348" firstAttribute="top" secondItem="2235" secondAttribute="bottom" constant="12" id="ZoH-bW-QD1"/>
<constraint firstItem="2232" firstAttribute="leading" secondItem="1348" secondAttribute="leading" id="bmT-0q-ETw"/>
<constraint firstItem="2235" firstAttribute="leading" secondItem="1348" secondAttribute="leading" id="lQQ-YJ-62H"/>
<constraint firstItem="2284" firstAttribute="top" secondItem="1348" secondAttribute="bottom" constant="-145" id="nK9-Kg-9Ut"/>
<constraint firstItem="2231" firstAttribute="leading" secondItem="1344" secondAttribute="leading" constant="20" id="uWE-0X-Z9i"/>
</constraints>
</view> </view>
<connections> <connections>
<outlet property="delegate" destination="-2" id="2332"/> <outlet property="delegate" destination="-2" id="2332"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment