Ignore:
Timestamp:
Mar 23, 2012 7:47:37 PM (12 years ago)
Author:
ldelgass
Message:

fix extension names in error msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/nanovis.cpp

    r2884 r2885  
    750750#ifdef HAVE_NPOT_TEXTURES
    751751    if (!GLEW_ARB_texture_non_power_of_two) {
    752         ERROR("GLEW_ARB_texture_non_power_of_two extension is required to run nanovis\n");
     752        ERROR("ARB_texture_non_power_of_two extension is required to run nanovis\n");
    753753        doExit(1);
    754754    }
    755755#endif
    756756    if (!GLEW_ARB_texture_rectangle) {
    757         ERROR("GLEW_ARB_texture_rectangle extension is required to run nanovis\n");
     757        ERROR("ARB_texture_rectangle extension is required to run nanovis\n");
    758758        doExit(1);
    759759    }
Note: See TracChangeset for help on using the changeset viewer.