703a267 Fix an issue with a stray glyph in the window title bar.

Authored and Committed by Christopher Aillon 12 years ago
    Fix an issue with a stray glyph in the window title bar.
    
    The ASCII DEL (127) character was appended to the end of every title bar.
    
    This patch fixes the issue by properly assigning PRE_RELEASE_SUFFIX
    to an empty string rather than a literal "".  The literal double-quotes
    were getting defined to the preprocessor as -DPRE_RELEASE_SUFFIX=""""
    and after preprocessing, browser.xul had ASCII DEL (127) characters
    instead of the empty string.
    
        
file modified
+6 -1