mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Abdel thinks we should just get rid of this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36887 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e8b75409ff
commit
7bc133b0a2
@ -154,17 +154,6 @@ void InsetNote::read(Lexer & lex)
|
||||
}
|
||||
|
||||
|
||||
void InsetNote::setButtonLabel()
|
||||
{
|
||||
docstring label = getLayout().labelstring();
|
||||
if (label.empty())
|
||||
label = notetranslator_loc().find(params_.type);
|
||||
else
|
||||
label = translateIfPossible(label);
|
||||
setLabel(label);
|
||||
}
|
||||
|
||||
|
||||
bool InsetNote::showInsetDialog(BufferView * bv) const
|
||||
{
|
||||
bv->showDialog("note", params2string(params()),
|
||||
|
@ -78,8 +78,6 @@ private:
|
||||
void write(std::ostream &) const;
|
||||
///
|
||||
void read(Lexer & lex);
|
||||
///
|
||||
void setButtonLabel();
|
||||
/// show the note dialog
|
||||
bool showInsetDialog(BufferView * bv) const;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user