Code clarification about 3 confusing functions to display info: DisplayInfo (displaying a message info) and class members DisplayInfo and Display_Infos doing the same thing (see changelog)

This commit is contained in:
charras
2009-04-17 08:51:02 +00:00
parent 760c92e5ee
commit 9edace2f5f
85 changed files with 168 additions and 162 deletions
+2 -2
View File
@@ -699,9 +699,9 @@ void WinEDA_PlotFrame::Plot( wxCommandEvent& event )
// Test for a reasonnable scale value
if ( Scale_X < MIN_SCALE || Scale_Y < MIN_SCALE )
DisplayInfo(this, _("Warning: Scale option set to a very small value") );
DisplayInfoMessage(this, _("Warning: Scale option set to a very small value") );
if ( Scale_X > MAX_SCALE || Scale_Y > MAX_SCALE )
DisplayInfo(this, _("Warning: Scale option set to a very large value") );
DisplayInfoMessage(this, _("Warning: Scale option set to a very large value") );
int mask = 1;
s_SelectedLayers = 0;