<html>
<head>
<style>
<!--
body { background-color:#ffffff }
.file { border:1px solid #eeeeee; margin-top:1em; margin-bottom:1em }
.pathname { font-family:monospace; float:right }
.fileheader { margin-bottom:.5em }
.diff { margin:0 }
.tasklist { padding:4px; border:1px dashed #000000; margin-top:1em }
.tasklist ul { margin-top:0; margin-bottom:0 }
tr.alt { background-color:#eeeeee }
#added { background-color:#ddffdd }
#addedchars { background-color:#99ff99; font-weight:bolder }
tr.alt #added { background-color:#ccf7cc }
#removed { background-color:#ffdddd }
#removedchars { background-color:#ff9999; font-weight:bolder }
tr.alt #removed { background-color:#f7cccc }
#info { color:#888888 }
#context { background-color:#eeeeee }
td {padding-left:.3em; padding-right:.3em }
tr.head { border-bottom-width:1px; border-bottom-style:solid }
tr.head td { padding:0; padding-top:.2em }
.task { background-color:#ffff00 }
.comment { padding:4px; border:1px dashed #000000; background-color:#ffffdd }
.error { color:red }
hr { border-width:0px; height:2px; background:black }
-->
</style>
</head>
<body>
<pre class="comment">Added WS_VSCROLL to a language selection combobox (thx to unC0Rr)</pre><pre class="diff" id="context">Modified: trunk/reactos/lib/cpl/intl/Sv.rc
Modified: trunk/reactos/lib/cpl/intl/cz.rc
Modified: trunk/reactos/lib/cpl/intl/de.rc
Modified: trunk/reactos/lib/cpl/intl/en.rc
</pre><hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/lib/cpl/intl/Sv.rc</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/lib/cpl/intl/Sv.rc        2005-05-29 21:00:11 UTC (rev 15674)
+++ trunk/reactos/lib/cpl/intl/Sv.rc        2005-05-29 21:16:29 UTC (rev 15675)
@@ -56,7 +56,7 @@
</small></pre><pre class="diff" id="context"> &nbsp; GROUPBOX &quot;Prim&#245;rt spr&#213;k&quot;, -1, 8, 11, 228, 74 
 &nbsp; ICON IDC_FLAGS, IDC_ICON1, 12, 26, 21, 20, SS_ICON
 &nbsp; LTEXT &quot;V&#245;lj det spr&#213;k och den region du vill anv&#245;nda:&quot;, -1, 38, 25, 193, 22
</pre><pre class="diff" id="removed">- &nbsp;COMBOBOX IDC_LANGUAGELIST, 39, 49, 191, 83, CBS_DROPDOWNLIST | CBS_SORT | WS_CHILD | WS_VISIBLE | WS_TABSTOP
</pre><pre class="diff" id="added">+ &nbsp;COMBOBOX IDC_LANGUAGELIST, 39, 49, 191, 83, CBS_DROPDOWNLIST | CBS_SORT | WS_CHILD | WS_VISIBLE | WS_TABSTOP<span id="addedchars"> | WS_VSCROLL</span>
</pre><pre class="diff" id="context"> END
 
 
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/lib/cpl/intl/cz.rc</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/lib/cpl/intl/cz.rc        2005-05-29 21:00:11 UTC (rev 15674)
+++ trunk/reactos/lib/cpl/intl/cz.rc        2005-05-29 21:16:29 UTC (rev 15675)
@@ -73,7 +73,7 @@
</small></pre><pre class="diff" id="context"> &nbsp; GROUPBOX &quot;V&#178;choz&#221; jazyk&quot;, -1, 8, 11, 228, 74
 &nbsp; ICON IDC_FLAGS, IDC_ICON1, 12, 26, 21, 20, SS_ICON
 &nbsp; LTEXT &quot;Vyberte jazyk, ve kter&#218;m bude syst&#218;m zobrazovat dialogy a hl&#223;&#220;en&#221;:&quot;, -1, 38, 25, 193, 22
</pre><pre class="diff" id="removed">- &nbsp;COMBOBOX IDC_LANGUAGELIST, 39, 49, 191, 83, CBS_DROPDOWNLIST | CBS_SORT | WS_CHILD | WS_VISIBLE | WS_TABSTOP
</pre><pre class="diff" id="added">+ &nbsp;COMBOBOX IDC_LANGUAGELIST, 39, 49, 191, 83, CBS_DROPDOWNLIST | CBS_SORT | WS_CHILD | WS_VISIBLE | WS_TABSTOP<span id="addedchars"> | WS_VSCROLL</span>
</pre><pre class="diff" id="context"> END
 
 
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/lib/cpl/intl/de.rc</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/lib/cpl/intl/de.rc        2005-05-29 21:00:11 UTC (rev 15674)
+++ trunk/reactos/lib/cpl/intl/de.rc        2005-05-29 21:16:29 UTC (rev 15675)
@@ -73,7 +73,7 @@
</small></pre><pre class="diff" id="context"> &nbsp; GROUPBOX &quot;Standardsprache&quot;, -1, 8, 11, 228, 74 
 &nbsp; ICON IDC_FLAGS, IDC_ICON1, 12, 26, 21, 20, SS_ICON
 &nbsp; LTEXT &quot;W&#245;hlen Sie eine Sprache und Region aus welche Sie benutzen wollen:&quot;, -1, 38, 25, 193, 22
</pre><pre class="diff" id="removed">- &nbsp;COMBOBOX IDC_LANGUAGELIST, 39, 49, 191, 83, CBS_DROPDOWNLIST | CBS_SORT | WS_CHILD | WS_VISIBLE | WS_TABSTOP
</pre><pre class="diff" id="added">+ &nbsp;COMBOBOX IDC_LANGUAGELIST, 39, 49, 191, 83, CBS_DROPDOWNLIST | CBS_SORT | WS_CHILD | WS_VISIBLE | WS_TABSTOP<span id="addedchars"> | WS_VSCROLL</span>
</pre><pre class="diff" id="context"> END
 
 
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/lib/cpl/intl/en.rc</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/lib/cpl/intl/en.rc        2005-05-29 21:00:11 UTC (rev 15674)
+++ trunk/reactos/lib/cpl/intl/en.rc        2005-05-29 21:16:29 UTC (rev 15675)
@@ -73,7 +73,7 @@
</small></pre><pre class="diff" id="context"> &nbsp; GROUPBOX &quot;Primary language&quot;, -1, 8, 11, 228, 74
 &nbsp; ICON IDC_FLAGS, IDC_ICON1, 12, 26, 21, 20, SS_ICON
 &nbsp; LTEXT &quot;Select the primary language and region you want to use:&quot;, -1, 38, 25, 193, 22
</pre><pre class="diff" id="removed">- &nbsp;COMBOBOX IDC_LANGUAGELIST, 39, 49, 191, 83, CBS_DROPDOWNLIST | CBS_SORT | WS_CHILD | WS_VISIBLE | WS_TABSTOP
</pre><pre class="diff" id="added">+ &nbsp;COMBOBOX IDC_LANGUAGELIST, 39, 49, 191, 83, CBS_DROPDOWNLIST | CBS_SORT | WS_CHILD | WS_VISIBLE | WS_TABSTOP<span id="addedchars"> | WS_VSCROLL</span>
</pre><pre class="diff" id="context"> END
 
 
</pre>
</div>

</body>
</html>