Remove compiled date from about

Distros like Debian depend on repeated builds
having the same results which this breaks.

Since this provides no real value just
remove it.
This commit is contained in:
TingPing
2015-02-19 21:00:24 -05:00
parent c87f559334
commit 0a8248578f
2 changed files with 3 additions and 5 deletions

View File

@@ -1711,7 +1711,7 @@ menu_about (GtkWidget *wid, gpointer sess)
"You should have received a copy of the GNU General Public License\n" \
"along with this program. If not, see <http://www.gnu.org/licenses/>";
g_snprintf (comment, sizeof(comment), "Compiled: "__DATE__"\n"
g_snprintf (comment, sizeof(comment), ""
#ifdef WIN32
"Portable Mode: %s\n"
"Build Type: x%d\n"