mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 07:17:13 -04:00
adds an overseen text message; see #832
This commit is contained in:
parent
ab1b708797
commit
15cc82145b
@ -147,7 +147,7 @@ public class DataEditor extends JDialog {
|
|||||||
@Override
|
@Override
|
||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
JFileChooser fc = new MyFileChooser();
|
JFileChooser fc = new MyFileChooser();
|
||||||
JCheckBox bigEndian = new JCheckBox("BigEndian");
|
JCheckBox bigEndian = new JCheckBox(Lang.get("msg_bigEndian"));
|
||||||
if (dataBits > 8) {
|
if (dataBits > 8) {
|
||||||
bigEndian.setToolTipText(Lang.get("key_bigEndian_tt"));
|
bigEndian.setToolTipText(Lang.get("key_bigEndian_tt"));
|
||||||
fc.setAccessory(bigEndian);
|
fc.setAccessory(bigEndian);
|
||||||
|
@ -1698,6 +1698,7 @@ Sind evtl. die Namen der Variablen nicht eindeutig?</string>
|
|||||||
Verilog/VHDL ausgelassen. Die Verweise auf die Schaltung werden beibehalten, sodass eine eigene
|
Verilog/VHDL ausgelassen. Die Verweise auf die Schaltung werden beibehalten, sodass eine eigene
|
||||||
Implementierung verwendet werden kann.</string>
|
Implementierung verwendet werden kann.</string>
|
||||||
|
|
||||||
|
<string name="msg_bigEndian">Big-Endian</string>
|
||||||
<string name="key_bigEndian">Beim Import BigEndian verwenden.</string>
|
<string name="key_bigEndian">Beim Import BigEndian verwenden.</string>
|
||||||
<string name="key_bigEndian_tt">Beim Import BigEndian Bytereihenfolge verwenden.</string>
|
<string name="key_bigEndian_tt">Beim Import BigEndian Bytereihenfolge verwenden.</string>
|
||||||
|
|
||||||
|
@ -1680,6 +1680,7 @@
|
|||||||
export. The references to the circuit are kept, making it possible to override the
|
export. The references to the circuit are kept, making it possible to override the
|
||||||
implementation.</string>
|
implementation.</string>
|
||||||
|
|
||||||
|
<string name="msg_bigEndian">Big-Endian</string>
|
||||||
<string name="key_bigEndian">Use big endian at import.</string>
|
<string name="key_bigEndian">Use big endian at import.</string>
|
||||||
<string name="key_bigEndian_tt">Use big endian byte order at import.</string>
|
<string name="key_bigEndian_tt">Use big endian byte order at import.</string>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user