Renamed TMW_RTF_TO_THDL_WYLIE TibetanConverter.
This commit is contained in:
parent
34a7b5da9b
commit
ced830a7d3
4 changed files with 19 additions and 21 deletions
|
@ -739,7 +739,7 @@ public class Jskad extends JPanel implements DocumentListener {
|
|||
newRTF.dp.rtfEd.read(in, newRTF.dp.getDocument(), 0);
|
||||
} catch (Exception e) {
|
||||
JOptionPane.showMessageDialog(newFrame,
|
||||
TMW_RTF_TO_THDL_WYLIE.rtfErrorMessage);
|
||||
TibetanConverter.rtfErrorMessage);
|
||||
error = true;
|
||||
}
|
||||
in.close();
|
||||
|
@ -767,7 +767,7 @@ public class Jskad extends JPanel implements DocumentListener {
|
|||
dp.rtfEd.read(in, dp.getDocument(), 0);
|
||||
} catch (Exception e) {
|
||||
JOptionPane.showMessageDialog(this,
|
||||
TMW_RTF_TO_THDL_WYLIE.rtfErrorMessage);
|
||||
TibetanConverter.rtfErrorMessage);
|
||||
error = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue