mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
fix warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3358 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
813234f7e6
commit
ebb331fe59
@ -1,5 +1,8 @@
|
|||||||
2002-01-13 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
2002-01-13 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||||
|
|
||||||
|
* MathsSymbols.C (get_pixmap_from_symbol): add a default statement
|
||||||
|
in the switch.
|
||||||
|
|
||||||
* FormPreferences.C (Interface::input):
|
* FormPreferences.C (Interface::input):
|
||||||
(Language::input):
|
(Language::input):
|
||||||
(Paths::input): add shortcuts to file dialogs directory buttons
|
(Paths::input): add shortcuts to file dialogs directory buttons
|
||||||
|
@ -319,6 +319,8 @@ char const ** get_pixmap_from_symbol(char const * arg, int wx, int hx)
|
|||||||
// function is called.
|
// function is called.
|
||||||
data = pixmapFromBitmapData(arg, wx, hx);
|
data = pixmapFromBitmapData(arg, wx, hx);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
|
Loading…
Reference in New Issue
Block a user